Skip to content
Snippets Groups Projects
Commit f4f14d58 authored by benstopford's avatar benstopford
Browse files

Update ehannes.sh

Added -p to directory creation
parent 2a460f08
Branches
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ do
cd $SDIR/tpch_2_16_1/dbgen
sed -e 's/DATABASE\s*=/DATABASE=DB2/' -e 's/MACHINE\s*=/MACHINE=LINUX/' -e 's/WORKLOAD\s*=/WORKLOAD=TPCH/' -e 's/CC\s*=/CC=gcc/' makefile.suite > Makefile
make
mkdir $IDIR/dbgen/
mkdir -p $IDIR/dbgen/
cp dbgen dists.dss $IDIR/dbgen/
rm -rf $SDIR/tpch_*
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment