From 2e7b2e7af1b4da8adccf776aafac00688dc6445c61c143e63811a6a987ef0b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Sun, 13 Apr 2008 12:30:20 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=5 --- tcl.spec | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/tcl.spec b/tcl.spec index 2e33571..d4c4b8b 100644 --- a/tcl.spec +++ b/tcl.spec @@ -91,20 +91,6 @@ eval $MAKE # Some of the regressioin tests write to $HOME, so better redirect them mkdir home export HOME=$PWD/home -# Run the testsuite to gather some data for the profile-based -# optimisation and let rpmbuild fail on unexpected test failures. -cat > known-failures <&1 | tee testresults -grep FAILED testresults | grep -Fqvf known-failures && exit 1 -# If we don't do profile based optimisation, we are done at this point. -test -z "$PFLAGS" && exit 0 -# Rebuild and use the profiling results -make clean -PFLAGS="%cflags_profile_feedback" -eval $MAKE %install make -C unix install install-private-headers \