changeset 70:3039cafdabfd

Simplify make command for OSX
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 26 May 2015 12:44:42 +0200
parents 689c82e7d07e
children 05723d818e76
files INSTALL
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL	Tue May 26 12:44:10 2015 +0200
+++ b/INSTALL	Tue May 26 12:44:42 2015 +0200
@@ -117,7 +117,7 @@
        -qt-zlib -no-gif -no-xinput2 -opensource -confirm-license \
        -prefix $CUSTOM_PREFIX -no-framework
 
-    make -j `sysctl hw.ncpu  | cut -f 2 -d " "`
+    make -j `sysctl -n hw.ncpu`
     make install
 
 Download mercurial:
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)