public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo/files: texinfo-4.11-parallel-build.patch
@ 2008-04-19  6:57 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2008-04-19  6:57 UTC (permalink / raw
  To: gentoo-commits

vapier      08/04/19 06:57:15

  Added:                texinfo-4.11-parallel-build.patch
  Log:
  Add fix from upstream for parallel build issues #214127 by Michael Haubenwallner.
  (Portage version: 2.2_pre5)

Revision  Changes    Path
1.1                  sys-apps/texinfo/files/texinfo-4.11-parallel-build.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/files/texinfo-4.11-parallel-build.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/files/texinfo-4.11-parallel-build.patch?rev=1.1&content-type=text/plain

Index: texinfo-4.11-parallel-build.patch
===================================================================
Index: info/Makefile.am
===================================================================
RCS file: /cvsroot/texinfo/texinfo/info/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- info/Makefile.in	15 Dec 2007 14:32:51 -0000	1.14
+++ info/Makefile.in	28 Mar 2008 23:39:20 -0000	1.15
@@ -70,8 +70,10 @@ cmd_sources = $(srcdir)/session.c $(srcd
   $(srcdir)/m-x.c $(srcdir)/indices.c $(srcdir)/nodemenu.c \
   $(srcdir)/footnotes.c $(srcdir)/variables.c
 
-# The $(EXEEXT) should be added by Automake, but isn't. Fine.
-$(generated_sources): makedoc$(EXEEXT) $(cmd_sources)
+# Make the target only funs.h even though we create all the
+# $(generated_sources) so that parallel makes won't do the rm && makedoc
+# more than once.
+funs.h: makedoc$(EXEEXT) $(cmd_sources)
 	rm -f $(generated_sources)
 	$(top_builddir)/$(native_tools)/info/makedoc $(cmd_sources)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-19  6:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-19  6:57 [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo/files: texinfo-4.11-parallel-build.patch Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox