From: Leandro Lucarella Date: Mon, 15 Nov 2010 00:21:31 +0000 (-0300) Subject: Create time/pause sub-directories in ./build X-Git-Url: https://git.llucax.com/software/dgc/dgcbench.git/commitdiff_plain/HEAD Create time/pause sub-directories in ./build Even when the Makefile doesn't use them, the run.sh script does. --- diff --git a/Makefile b/Makefile index 38cd2f7..c2bd3ea 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ P_LN = @printf ' LN %- 40s <- %s\n' '$@' '$<'; endif # create build directories if they don't already exist -dummy_mkdir := $(shell mkdir -p $O $O/bin $O/stats) +dummy_mkdir := $(shell mkdir -p $O $O/bin $O/time $O/stats $O/pause) ########################################################