Accepting request 498339 from home:bmwiedemann:branches:Base:System
Make build reproducible in spite of profile based optimizations (boo#1040589) OBS-URL: https://build.opensuse.org/request/show/498339 OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=240
This commit is contained in:
parent
5b28389ca3
commit
e2fe44c42f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 25 17:33:36 UTC 2017 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
- Make build reproducible in spite of profile based optimizations (boo#1040589)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 24 12:42:20 UTC 2017 - bwiedemann@suse.com
|
Wed May 24 12:42:20 UTC 2017 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
@ -550,6 +550,7 @@ popd
|
|||||||
screen -D -m make TESTSCRIPT=%{SOURCE4} check
|
screen -D -m make TESTSCRIPT=%{SOURCE4} check
|
||||||
kill -TERM $pid
|
kill -TERM $pid
|
||||||
%if 0%{?do_profiling}
|
%if 0%{?do_profiling}
|
||||||
|
rm -f jobs.gcda
|
||||||
profilecflags=CFLAGS="$CFLAGS %cflags_profile_feedback -fprofile-correction"
|
profilecflags=CFLAGS="$CFLAGS %cflags_profile_feedback -fprofile-correction"
|
||||||
clean=clean
|
clean=clean
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user