Magellan Linux

Contents of /trunk/bash/patches/bash-3.0-parallel-build.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 378 byte(s)
-import

1 --- bash-3.0/lib/readline/Makefile.in.old 2003-12-10 12:01:39.000000000 -0500
2 +++ bash-3.0/lib/readline/Makefile.in 2005-06-27 17:43:57.859826148 -0400
3 @@ -115,7 +115,9 @@
4
5 ##########################################################################
6
7 -all: libreadline.a libhistory.a
8 +all:
9 + $(MAKE) libreadline.a
10 + $(MAKE) libhistory.a
11
12 libreadline.a: $(OBJECTS)
13 $(RM) $@