SOURCES: lrzip-parallel-make.patch - use make -C for parallel make

glen glen at pld-linux.org
Tue Oct 31 19:35:51 CET 2006


Author: glen                         Date: Tue Oct 31 18:35:51 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use make -C for parallel make

---- Files affected:
SOURCES:
   lrzip-parallel-make.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/lrzip-parallel-make.patch
diff -u SOURCES/lrzip-parallel-make.patch:1.2 SOURCES/lrzip-parallel-make.patch:1.3
--- SOURCES/lrzip-parallel-make.patch:1.2	Tue Oct 31 19:14:14 2006
+++ SOURCES/lrzip-parallel-make.patch	Tue Oct 31 19:35:46 2006
@@ -1,5 +1,5 @@
---- lrzip-0.15/Makefile.in~	2006-10-31 01:54:32.000000000 +0200
-+++ lrzip-0.15/Makefile.in	2006-10-31 20:02:29.555641024 +0200
+--- lrzip-0.15/Makefile.in	2006-10-31 20:02:29.555641024 +0200
++++ lrzip-0.15/Makefile.in	2006-10-31 20:31:41.585085450 +0200
 @@ -29,7 +29,7 @@
  .c.o:
  	$(CC) -I. -I$(srcdir) $(CFLAGS) -c $< -o $@
@@ -9,9 +9,12 @@
  
  man: rzip.1
  
-@@ -42,7 +42,7 @@
+@@ -40,9 +40,9 @@
+ 	${INSTALLCMD} -m 644 $(srcdir)/lrzip.1 $(DESTDIR)${INSTALL_MAN}/man1/
+ 
  liblzma: 
- 	cd lzma && make && cd ../
+-	cd lzma && make && cd ../
++	$(MAKE) -C lzma
  
 -lrzip: $(OBJS)
 +lrzip: $(OBJS) liblzma
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/lrzip-parallel-make.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list