From: Richard Purdie Date: Tue, 2 Sep 2014 08:50:31 +0000 (+0100) Subject: scripts/contrib/build-perf-test: Update eglibc -> glibc X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~32486 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=928fc6c3652ba5db87e1f1c7923972d85c31bc08;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git scripts/contrib/build-perf-test: Update eglibc -> glibc Signed-off-by: Richard Purdie --- diff --git a/scripts/contrib/build-perf-test.sh b/scripts/contrib/build-perf-test.sh index be3b648046f..cdd7885dcac 100755 --- a/scripts/contrib/build-perf-test.sh +++ b/scripts/contrib/build-perf-test.sh @@ -335,7 +335,7 @@ test2 () { # # Start with # i) "rm -rf tmp/cache; time bitbake -p" -# ii) "rm -rf tmp/cache/default-eglibc/; time bitbake -p" +# ii) "rm -rf tmp/cache/default-glibc/; time bitbake -p" # iii) "time bitbake -p" @@ -344,8 +344,8 @@ test3 () { log " Removing tmp/cache && cache" rm -rf tmp/cache cache bbtime -p - log " Removing tmp/cache/default-eglibc/" - rm -rf tmp/cache/default-eglibc/ + log " Removing tmp/cache/default-glibc/" + rm -rf tmp/cache/default-glibc/ bbtime -p bbtime -p }