]> git.pld-linux.org Git - packages/bash.git/blame - bash-pmake.patch
- parallel make friendly
[packages/bash.git] / bash-pmake.patch
CommitLineData
b2462e31 1--- bash-2.05b/Makefile.in Sun Mar 2 11:45:53 2003
2+++ bash-2.05b.new/Makefile.in Sun Mar 2 12:55:29 2003
3@@ -482,6 +482,8 @@
4 @echo " ***********************************************************"
5 @echo
6
7+$(VERSPROG) $(OBJECTS) $(BUILTINS_DEP) $(LIBDEP): version.h
8+
9 bashbug: $(SUPPORT_SRC)bashbug.sh config.h Makefile $(VERSPROG)
10 @sed -e "s%!MACHINE!%$(Machine)%" -e "s%!OS!%$(OS)%" \
11 -e "s%!CFLAGS!%$(CCFLAGS)%" -e "s%!CC!%$(CC)%" \
12@@ -578,6 +580,7 @@
13 $(RM) $@
14 ./mksyntax -o $@
15
16+$(BUILTINS_LIBRARY): version.h
17 $(BUILTINS_LIBRARY): $(BUILTIN_DEFS) $(BUILTIN_C_SRC) config.h ${BASHINCDIR}/memalloc.h
18 @(cd $(DEFDIR) && $(MAKE) $(MFLAGS) DEBUG=${DEBUG} libbuiltins.a ) || exit 1
19
This page took 0.046502 seconds and 4 git commands to generate.