Skip to content

Commit

Permalink
Fixes cartershanklin#16 - tpcds source data structure has changed
Browse files Browse the repository at this point in the history
- there is another pull request (pull#15) but I wrote the change to handle when tpcds changes versions
  • Loading branch information
seanorama committed Jan 1, 2015
1 parent 634af45 commit f0b0454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpcds-gen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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-DS*/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
Expand Down

0 comments on commit f0b0454

Please sign in to comment.