|
|
@@ -16,7 +16,7 @@ target/lib/dsdgen.jar: target/tools/dsdgen
|
|
|
|
|
|
target/tools/dsdgen: target/tpcds_kit.zip
|
|
|
test -d target/tools/ || (cd target; unzip tpcds_kit.zip)
|
|
|
- test -d target/tools/ || (cd target; mv "DS Tools/tools" tools)
|
|
|
+ test -d target/tools/ || (cd target; mv TPC*/tools tools)
|
|
|
cd target/tools; cat ../../patches/all/*.patch | patch -p0
|
|
|
cd target/tools; cat ../../patches/${MYOS}/*.patch | patch -p1
|
|
|
cd target/tools; make clean; make dsdgen
|