* [gentoo-commits] gentoo-x86 commit in sys-boot/grub/files: grub-2.00-manpage-race.patch grub-2.00-10_linux-genkernel.patch
@ 2012-07-01 21:31 Mike Gilbert (floppym)
0 siblings, 0 replies; only message in thread
From: Mike Gilbert (floppym) @ 2012-07-01 21:31 UTC (permalink / raw
To: gentoo-commits
floppym 12/07/01 21:31:16
Added: grub-2.00-manpage-race.patch
Removed: grub-2.00-10_linux-genkernel.patch
Log:
Add patch to fix build race for bug 424231 by Wonko.
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
Revision Changes Path
1.1 sys-boot/grub/files/grub-2.00-manpage-race.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub-2.00-manpage-race.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub-2.00-manpage-race.patch?rev=1.1&content-type=text/plain
Index: grub-2.00-manpage-race.patch
===================================================================
Fix race condition when generating manpages.
https://bugs.gentoo.org/show_bug.cgi?id=424231
https://savannah.gnu.org/bugs/?36758
--- gentpl.py 2012-05-28 15:57:18 +0000
+++ gentpl.py 2012-07-01 20:17:09 +0000
@@ -487,7 +487,7 @@
def manpage():
r = "if COND_MAN_PAGES\n"
r += gvar_add("man_MANS", "[+ name +].[+ mansection +]\n")
- r += rule("[+ name +].[+ mansection +]", "[+ name +]", """
+ r += rule("[+ name +].[+ mansection +]", "[+ name +] grub-mkconfig_lib", """
chmod a+x [+ name +]
PATH=$(builddir):$$PATH pkgdatadir=$(builddir) $(HELP2MAN) --section=[+ mansection +] -i $(top_srcdir)/docs/man/[+ name +].h2m -o $@ [+ name +]
""")
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-07-01 21:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-01 21:31 [gentoo-commits] gentoo-x86 commit in sys-boot/grub/files: grub-2.00-manpage-race.patch grub-2.00-10_linux-genkernel.patch Mike Gilbert (floppym)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox