diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-06-27 21:54:54 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-06-27 21:54:54 +0000 |
commit | 250b5599009665bc2a69656a4b56949d9d914d9d (patch) | |
tree | 9e86315b274118628aadfe54cc7c0cee8f12d9c9 /app-shells/bash/files | |
parent | Fixes CAN-2005-1763, CAN-2005-1265 & CAN-2005-176. Also fixes problem with gr... (diff) | |
download | historical-250b5599009665bc2a69656a4b56949d9d914d9d.tar.gz historical-250b5599009665bc2a69656a4b56949d9d914d9d.tar.bz2 historical-250b5599009665bc2a69656a4b56949d9d914d9d.zip |
Fix parallel builds #87247
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'app-shells/bash/files')
-rw-r--r-- | app-shells/bash/files/bash-3.0-parallel.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-shells/bash/files/bash-3.0-parallel.patch b/app-shells/bash/files/bash-3.0-parallel.patch new file mode 100644 index 000000000000..9ca82360b09d --- /dev/null +++ b/app-shells/bash/files/bash-3.0-parallel.patch @@ -0,0 +1,13 @@ +--- bash-3.0/lib/readline/Makefile.in.old 2003-12-10 12:01:39.000000000 -0500 ++++ bash-3.0/lib/readline/Makefile.in 2005-06-27 17:43:57.859826148 -0400 +@@ -115,7 +115,9 @@ + + ########################################################################## + +-all: libreadline.a libhistory.a ++all: ++ $(MAKE) libreadline.a ++ $(MAKE) libhistory.a + + libreadline.a: $(OBJECTS) + $(RM) $@ |