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

index 8971860688182ce9d5e3f9ccec2c576b0533c1cd..f69a725cab37b78e65ea408c0564edacbbf3a071 100644 (file)
@@ -57,3 +57,5 @@ out-scons
 out-cov
 tags
 test-output-distance
+config-*.hh
+config-*.make
index b7ac93b6136407dd1dd31369bc5c4b17b59a7231..fc872de0b903453e6aaafdfeda3e3982af8e964b 100755 (executable)
@@ -17,9 +17,14 @@ fi
 
 make conf=prof -j2
 
-rm -rf out-prof
-mkdir out-prof
-cd out-prof
+
+depth=../..
+resultdir=out/profile-results
+
+rm -rf $resultdir
+mkdir $resultdir
+cd $resultdir
+
 
 echo 'foo = \new Staff \new Voice \repeat unfold 50 \relative { c4 d8[ d16( e]~ e16[ e e) f] g8  }
 \new ChoirStaff << 
@@ -29,8 +34,8 @@ echo 'foo = \new Staff \new Voice \repeat unfold 50 \relative { c4 d8[ d16( e]~
 >>' > long-score.ly
 
 
-./bin/lilypond -ddump-profile -I ../input/ -I  ../input/mutopia/J.S.Bach/ \
-     -I ../input/mutopia/W.A.Mozart/
+../bin/lilypond -ddump-profile -I $depth/input/ -I  $depth/input/mutopia/J.S.Bach/ \
+     -I $depth/input/mutopia/W.A.Mozart/ \
      wtk-fugue2 mozart-hrn-3  long-score
 
-gprof ./bin/lilypond
+gprof ../bin/lilypond