From d194ee9f637a200ac26b59e818acf5ca37985dc9 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 5 Jan 2007 02:58:00 +0100 Subject: [PATCH] nitpicks --- .gitignore | 2 ++ buildscripts/build-profile.sh | 17 +++++++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 8971860688..f69a725cab 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,5 @@ out-scons out-cov tags test-output-distance +config-*.hh +config-*.make diff --git a/buildscripts/build-profile.sh b/buildscripts/build-profile.sh index b7ac93b613..fc872de0b9 100755 --- a/buildscripts/build-profile.sh +++ b/buildscripts/build-profile.sh @@ -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 -- 2.39.2