Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 339174 Details for
Bug 458020
[toolchain overlay] sys-libs/glibc-2.6.1 does not compile with up to date gcc and binutils (via crossdev)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
make-mixed-implicit-normal-rules.patch
make-mixed-implicit-normal-rules.patch (text/plain), 465 bytes, created by
Daniel Scharrer
on 2013-02-17 18:48:38 UTC
(
hide
)
Description:
make-mixed-implicit-normal-rules.patch
Filename:
MIME Type:
Creator:
Daniel Scharrer
Created:
2013-02-17 18:48:38 UTC
Size:
465 bytes
patch
obsolete
>Fixes make error: > Makefile:240: *** mixed implicit and normal rules. Stop. > >--- glibc-2.6.1/manual/Makefile.old 2013-02-12 05:22:12.744911170 +0100 >+++ glibc-2.6.1/manual/Makefile 2013-02-12 05:22:50.389931695 +0100 >@@ -237,7 +237,10 @@ > .PHONY: stubs > stubs: $(objpfx)stubs > endif >-$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%: >+$(objpfx)stubs ../po/manual.pot: >+ $(make-target-directory) >+ touch $@ >+$(objpfx)stamp%: > $(make-target-directory) > touch $@ >
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 458020
:
339170
|
339172
| 339174 |
339176
|
339178