From: Jan Nieuwenhuizen Date: Wed, 25 Jul 2007 13:11:15 +0000 (+0200) Subject: Create test directory before attempting to write into it. Should fix X-Git-Tag: release/2.11.29-1~40^2~3^2^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bdadf42a93a3dc1b6fb7e7f57faf448f5a4ed126;p=lilypond.git Create test directory before attempting to write into it. Should fix gub build. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index e50686442c..1e7ff9d5bb 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -221,6 +221,8 @@ test: @echo -en 'For tracking crashes: use\n\n\t' @echo 'grep sourcefilename `grep -L systems.texi input/regression/out-test/*log|sed s/log/ly/g`' @echo +#FIXME: using out-test and out-$(OUT_TEST) alongside eachother? + mkdir -p input/regression/out-test if test -d .git ; then \ echo -e 'HEAD is:\n\n\t' ; \ git log --max-count=1 --pretty=oneline ;\