summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-11-24 00:06:13 +0000
committerMike Frysinger <vapier@gentoo.org>2011-11-24 00:06:13 +0000
commitd5c2bed211fd49d51ad1716e2ddcb3bb1acf17aa (patch)
tree2df37fb3944000e6b4c4eba0394ec385964ee138 /app-shells/bash/files
parentAdd checks for duplicate func/var documentation (copy & paste). (diff)
downloadhistorical-d5c2bed211fd49d51ad1716e2ddcb3bb1acf17aa.tar.gz
historical-d5c2bed211fd49d51ad1716e2ddcb3bb1acf17aa.tar.bz2
historical-d5c2bed211fd49d51ad1716e2ddcb3bb1acf17aa.zip
add upstream mailing list url
Diffstat (limited to 'app-shells/bash/files')
-rw-r--r--app-shells/bash/files/bash-4.2-parallel-build.patch2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-shells/bash/files/bash-4.2-parallel-build.patch b/app-shells/bash/files/bash-4.2-parallel-build.patch
index 115e5d2e59ea..ab2de86206a3 100644
--- a/app-shells/bash/files/bash-4.2-parallel-build.patch
+++ b/app-shells/bash/files/bash-4.2-parallel-build.patch
@@ -71,6 +71,8 @@ recursively enter the top level.
@echo making $@ in ${RL_LIBDIR}
@( { test "${RL_LIBDIR}" = "${libdir}" && exit 0; } || \
+http://lists.gnu.org/archive/html/bug-bash/2011-10/msg00107.html
+
the top level Makefile will recurse into the defdir for multiple targets
(libbuiltins.a, common.o, bashgetopt.o, builtext.h), and since these do
not have any declared interdependencies, parallel makes will recurse into