SOURCES: getdp-make-jN.patch (NEW) - fix parallel build

sls sls at pld-linux.org
Fri Dec 21 12:31:56 CET 2007


Author: sls                          Date: Fri Dec 21 11:31:56 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix parallel build

---- Files affected:
SOURCES:
   getdp-make-jN.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/getdp-make-jN.patch
diff -u /dev/null SOURCES/getdp-make-jN.patch:1.1
--- /dev/null	Fri Dec 21 12:31:56 2007
+++ SOURCES/getdp-make-jN.patch	Fri Dec 21 12:31:51 2007
@@ -0,0 +1,11 @@
+--- getdp-1.2.1/Makefile.orig	2007-12-21 12:08:40.567221583 +0100
++++ getdp-1.2.1/Makefile	2007-12-21 12:08:53.065314919 +0100
+@@ -38,7 +38,7 @@
+ compile: variables initialtag
+ 	@for i in ${GETDP_DIRS}; do (cd $$i && ${MAKE}); done
+ 
+-link: variables
++link: variables compile
+ 	${LINKER} -o bin/getdp ${GETDP_LIBS}
+ 
+ blackbox: variables initialtag
================================================================


More information about the pld-cvs-commit mailing list