Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 166511 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]
A better version of the patch after talks on #gentoo-desktop
fix_maintainer_mode_rebuild_try2.patch (text/plain), 795 bytes, created by
Mart Raudsepp
on 2008-09-26 14:00:58 UTC
(
hide
)
Description:
A better version of the patch after talks on #gentoo-desktop
Filename:
MIME Type:
Creator:
Mart Raudsepp
Created:
2008-09-26 14:00:58 UTC
Size:
795 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 14:00:13 -0000 >@@ -179,7 +179,9 @@ > fi > > # testing fixing of all makefiles found >- for filename in $(find ./ -name "Makefile.in" -o -name "Makefile.am") ; do >+ # The sort is important to ensure .am is listed before the respective .in for >+ # maintainer mode regeneration not kicking in due to .am being newer than .in >+ for filename in $(find ./ -name "Makefile.in" -o -name "Makefile.am" |sort) ; 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