Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 166508 Details for
Bug 236649
[QA] eclass/gnome2-utils.eclass triggering automake "maintainer mode" build file regenaration
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against gnome2-utils.eclass
fix_maintainer_mode_rebuild.patch (text/plain), 718 bytes, created by
Mart Raudsepp
on 2008-09-26 12:57:32 UTC
(
hide
)
Description:
Patch against gnome2-utils.eclass
Filename:
MIME Type:
Creator:
Mart Raudsepp
Created:
2008-09-26 12:57:32 UTC
Size:
718 bytes
patch
obsolete
>Index: eclass/gnome2-utils.eclass >=================================================================== >RCS file: /var/cvsroot/gentoo-x86/eclass/gnome2-utils.eclass,v >retrieving revision 1.10 >diff -u -B -r1.10 gnome2-utils.eclass >--- eclass/gnome2-utils.eclass 22 Mar 2008 17:30:11 -0000 1.10 >+++ eclass/gnome2-utils.eclass 26 Sep 2008 12:55:55 -0000 >@@ -179,7 +179,11 @@ > fi > > # testing fixing of all makefiles found >- for filename in $(find ./ -name "Makefile.in" -o -name "Makefile.am") ; do >+ for filename in $(find ./ -name "Makefile.am") ; do >+ omf_makefiles="${omf_makefiles} ${filename}" >+ done >+ >+ for filename in $(find ./ -name "Makefile.in") ; do > omf_makefiles="${omf_makefiles} ${filename}" > done >
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 236649
:
164613
|
166502
|
166508
|
166511