]> git.donarmstrong.com Git - lilypond.git/commitdiff
build-profile.sh tweaks
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 5 Jan 2007 11:00:05 +0000 (12:00 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 5 Jan 2007 11:00:05 +0000 (12:00 +0100)
buildscripts/build-profile.sh

index f095c66e87353c3d0f8407bacbbaa4a8f90c417c..92f23ab50e1a6637b4a07516c0d17c22cf61240b 100755 (executable)
@@ -17,6 +17,9 @@ fi
 
 make conf=prof -j2
 
+if test "$?" != "0"; then
+  exit 2
+fi
 
 depth=../..
 resultdir=out/profile-results