From: juandon Date: Sun, 2 Mar 2003 18:23:59 +0000 (+0000) Subject: - parallel make friendly X-Git-Tag: bash-2_05b-10~10 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=b2462e31bb156e58c245a062695de78feaa13142;p=packages%2Fbash.git - parallel make friendly Changed files: bash-pmake.patch -> 1.1 --- diff --git a/bash-pmake.patch b/bash-pmake.patch new file mode 100644 index 0000000..4c7ee0b --- /dev/null +++ b/bash-pmake.patch @@ -0,0 +1,19 @@ +--- bash-2.05b/Makefile.in Sun Mar 2 11:45:53 2003 ++++ bash-2.05b.new/Makefile.in Sun Mar 2 12:55:29 2003 +@@ -482,6 +482,8 @@ + @echo " ***********************************************************" + @echo + ++$(VERSPROG) $(OBJECTS) $(BUILTINS_DEP) $(LIBDEP): version.h ++ + bashbug: $(SUPPORT_SRC)bashbug.sh config.h Makefile $(VERSPROG) + @sed -e "s%!MACHINE!%$(Machine)%" -e "s%!OS!%$(OS)%" \ + -e "s%!CFLAGS!%$(CCFLAGS)%" -e "s%!CC!%$(CC)%" \ +@@ -578,6 +580,7 @@ + $(RM) $@ + ./mksyntax -o $@ + ++$(BUILTINS_LIBRARY): version.h + $(BUILTINS_LIBRARY): $(BUILTIN_DEFS) $(BUILTIN_C_SRC) config.h ${BASHINCDIR}/memalloc.h + @(cd $(DEFDIR) && $(MAKE) $(MFLAGS) DEBUG=${DEBUG} libbuiltins.a ) || exit 1 +