changeset 3013:aa7aadddf4d7 draft

package pcl: try parallel build first systems with smaller amounts of RAM will cause internal compiler errors and can safely continue with a non-parallel build.
author Tony Theodore <tonyt@logyst.com>
date Fri, 21 Dec 2012 17:53:14 +1100
parents 3000e22eaf66
children 79b806c3729f
files src/pcl.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/pcl.mk
+++ b/src/pcl.mk
@@ -34,5 +34,6 @@
         -DBUILD_examples=OFF \
         -DBUILD_global_tests=OFF \
         -DBUILD_tools=OFF
+    $(MAKE) -C '$(1)' -j '$(JOBS)' VERBOSE=1 || $(MAKE) -C '$(1)' -j 1 VERBOSE=1
     $(MAKE) -C '$(1)' -j 1 install VERBOSE=1
 endef