Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo/files: texinfo-4.11-parallel-build.patch
Date: Sat, 19 Apr 2008 06:57:18
Message-Id: E1Jn70d-0004ej-SZ@stork.gentoo.org
1 vapier 08/04/19 06:57:15
2
3 Added: texinfo-4.11-parallel-build.patch
4 Log:
5 Add fix from upstream for parallel build issues #214127 by Michael Haubenwallner.
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.1 sys-apps/texinfo/files/texinfo-4.11-parallel-build.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/files/texinfo-4.11-parallel-build.patch?rev=1.1&view=markup
12 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
13
14 Index: texinfo-4.11-parallel-build.patch
15 ===================================================================
16 Index: info/Makefile.am
17 ===================================================================
18 RCS file: /cvsroot/texinfo/texinfo/info/Makefile.am,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -p -r1.14 -r1.15
22 --- info/Makefile.in 15 Dec 2007 14:32:51 -0000 1.14
23 +++ info/Makefile.in 28 Mar 2008 23:39:20 -0000 1.15
24 @@ -70,8 +70,10 @@ cmd_sources = $(srcdir)/session.c $(srcd
25 $(srcdir)/m-x.c $(srcdir)/indices.c $(srcdir)/nodemenu.c \
26 $(srcdir)/footnotes.c $(srcdir)/variables.c
27
28 -# The $(EXEEXT) should be added by Automake, but isn't. Fine.
29 -$(generated_sources): makedoc$(EXEEXT) $(cmd_sources)
30 +# Make the target only funs.h even though we create all the
31 +# $(generated_sources) so that parallel makes won't do the rm && makedoc
32 +# more than once.
33 +funs.h: makedoc$(EXEEXT) $(cmd_sources)
34 rm -f $(generated_sources)
35 $(top_builddir)/$(native_tools)/info/makedoc $(cmd_sources)
36
37
38
39
40 --
41 gentoo-commits@l.g.o mailing list