Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/bash/files: bash-4.0-parallel-build.patch
Date: Fri, 29 May 2009 23:08:01
Message-Id: E1MABB9-0004xh-4V@stork.gentoo.org
1 vapier 09/05/29 23:07:59
2
3 Added: bash-4.0-parallel-build.patch
4 Log:
5 Add dependency fix by Peter Alfredsen for parallel builds #267613.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-shells/bash/files/bash-4.0-parallel-build.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/files/bash-4.0-parallel-build.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/files/bash-4.0-parallel-build.patch?rev=1.1&content-type=text/plain
13
14 Index: bash-4.0-parallel-build.patch
15 ===================================================================
16 http://bugs.gentoo.org/267613
17
18 add missing dep
19
20 patch by Peter Alfredsen
21
22 --- bash-4.0/Makefile.in
23 +++ bash-4.0/Makefile.in
24 @@ -1022,10 +1022,11 @@
25 subst.o: flags.h jobs.h siglist.h execute_cmd.h ${BASHINCDIR}/filecntl.h trap.h pathexp.h
26 subst.o: mailcheck.h input.h $(DEFSRC)/getopt.h $(DEFSRC)/common.h
27 subst.o: bashline.h bashhist.h ${GLOB_LIBSRC}/strmatch.h
28 subst.o: ${BASHINCDIR}/chartypes.h
29 subst.o: ${BASHINCDIR}/shmbutil.h
30 +subst.o: ${DEFDIR}/builtext.h
31 test.o: bashtypes.h ${BASHINCDIR}/posixstat.h ${BASHINCDIR}/filecntl.h
32 test.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h
33 test.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h
34 test.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h
35 test.o: make_cmd.h subst.h sig.h pathnames.h externs.h test.h