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 | 3f66ed7817908c7bc2fa041e0a5289a9976ef54b (patch) | |
tree | 40851057c179b302366c48dd73d2a913c01ea30e /app-shells | |
parent | Add checks for duplicate func/var documentation (copy & paste). (diff) | |
download | gentoo-2-3f66ed7817908c7bc2fa041e0a5289a9976ef54b.tar.gz gentoo-2-3f66ed7817908c7bc2fa041e0a5289a9976ef54b.tar.bz2 gentoo-2-3f66ed7817908c7bc2fa041e0a5289a9976ef54b.zip |
add upstream mailing list url
Diffstat (limited to 'app-shells')
-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 |