SOURCES: gmsh-make-jN.patch (NEW) - fix parallel build
sls
sls at pld-linux.org
Thu Dec 20 08:18:27 CET 2007
Author: sls Date: Thu Dec 20 07:18:27 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix parallel build
---- Files affected:
SOURCES:
gmsh-make-jN.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/gmsh-make-jN.patch
diff -u /dev/null SOURCES/gmsh-make-jN.patch:1.1
--- /dev/null Thu Dec 20 08:18:27 2007
+++ SOURCES/gmsh-make-jN.patch Thu Dec 20 08:18:22 2007
@@ -0,0 +1,11 @@
+--- gmsh-2.0.8/Makefile.orig 2007-12-20 07:06:52.021763771 +0100
++++ gmsh-2.0.8/Makefile 2007-12-20 07:07:19.017645379 +0100
+@@ -38,7 +38,7 @@
+ compile: variables initialtag
+ @for i in ${GMSH_DIRS}; do (cd $$i && ${MAKE}); done
+
+-link: variables
++link: variables compile
+ ${LINKER} ${OPTIM} -o bin/gmsh ${GMSH_LIBS}
+ ${POSTBUILD}
+
================================================================
More information about the pld-cvs-commit
mailing list