X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=SConstruct;h=fb783eccf1778592e8be8ffc18a184f4de204e9e;hb=95dbe5b838a354d4e276e8f2cdd445c9ed5bf42c;hp=df81facb8435e987987320d907b2ff80d234710f;hpb=f7aa48ca9e055b165177f260687c894f87fb8700;p=senf.git diff --git a/SConstruct b/SConstruct index df81fac..fb783ec 100644 --- a/SConstruct +++ b/SConstruct @@ -242,7 +242,7 @@ PhonyTarget(env, 'fixlinks', [ 'python doclib/fix-links.py -v -s .svn -s linklint -s debian linklint/errorX.txt linklint/errorAX.txt', ]) -PhonyTarget(env, 'prepare', []) +PhonyTarget(env, 'prepare', [ 'true' ]) PhonyTarget(env, 'valgrind', [ 'find -name .test.bin | while read test; do echo; echo "Running $$test"; echo; valgrind --tool=memcheck --error-exitcode=99 --suppressions=valgrind.sup $$test $BOOSTTESTARGS; [ $$? -ne 99 ] || exit 1; done'