]> git.pld-linux.org Git - packages/bash.git/commitdiff
- parallel make friendly
authorjuandon <witekfl@pld-linux.org>
Sun, 2 Mar 2003 18:23:59 +0000 (18:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash-pmake.patch -> 1.1

bash-pmake.patch [new file with mode: 0644]

diff --git a/bash-pmake.patch b/bash-pmake.patch
new file mode 100644 (file)
index 0000000..4c7ee0b
--- /dev/null
@@ -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
This page took 0.043749 seconds and 4 git commands to generate.