Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 93097 Details for
Bug 140983
[3.4/build] gcc-3.4.6 fails to unpack due to MAKEFLAGS=w
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
08_all_gcc4-gcc-update-tweak.patch
08_all_gcc4-gcc-update-tweak.patch (text/plain), 1.01 KB, created by
SpanKY
on 2006-07-30 18:45:09 UTC
(
hide
)
Description:
08_all_gcc4-gcc-update-tweak.patch
Filename:
MIME Type:
Creator:
SpanKY
Created:
2006-07-30 18:45:09 UTC
Size:
1.01 KB
patch
obsolete
>backport fix to make build system more resilient > >--- gcc-3_4-branch/contrib/gcc_update >+++ gcc-4_0-branch/contrib/gcc_update >@@ -123,7 +134,16 @@ > chat ' echo Touching $@... 1>&2; \' >> Makefile.$$ > echo ' touch $@' >> Makefile.$$ > files_and_dependencies | sed 's,[^ ]* ,,;s,$, :,' >> Makefile.$$ >- while ${MAKE-make} -s -f Makefile.$$ all | grep . > /dev/null; do >+ >+ # We would have to explicitly shut off the "Entering... Leaving..." >+ # messages through "--no-print-directory" to handle the case when >+ # we were called from a recursive invocation (i.e. "$(MAKE)" in a >+ # Makefile, not just make). Passing only "-s" doesn't help then, >+ # because make has helpfully added "-w" to MAKEFLAGS automatically. >+ # Unfortunately we do not require GNU make other than for building >+ # and testing, so let's just grep known text explicitly echoed by >+ # the rule. >+ while ${MAKE-make} -s -f Makefile.$$ all | grep Touching > /dev/null; do > sleep 1 > done 2>&1 > rm -f Makefile.$$
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 140983
:
92216
| 93097