diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-11-24 00:06:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-11-24 00:06:13 +0000 |
commit | d5c2bed211fd49d51ad1716e2ddcb3bb1acf17aa (patch) | |
tree | 2df37fb3944000e6b4c4eba0394ec385964ee138 /app-shells/bash/files | |
parent | Add checks for duplicate func/var documentation (copy & paste). (diff) | |
download | historical-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.patch | 2 |
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 |