Author: gcasa
Date: Wed Jun  1 01:42:46 2016
New Revision: 39826

URL: http://svn.gna.org/viewcvs/gnustep?rev=39826&view=rev
Log:
Add -j8 option to speed up the build.

Modified:
    tools/scripts/trunk/ChangeLog
    tools/scripts/trunk/compile-all

Modified: tools/scripts/trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/gnustep/tools/scripts/trunk/ChangeLog?rev=39826&r1=39825&r2=39826&view=diff
==============================================================================
--- tools/scripts/trunk/ChangeLog       (original)
+++ tools/scripts/trunk/ChangeLog       Wed Jun  1 01:42:46 2016
@@ -1,3 +1,7 @@
+2016-05-31 19:42-EDT Gregory John Casamento <greg.casame...@gmail.com>
+
+       * compile-all: Add -j8 option to speed up the build.
+
 2016-05-03 17:08-EDT Gregory John Casamento <greg.casame...@gmail.com>
 
        * configs/objc.cfg

Modified: tools/scripts/trunk/compile-all
URL: 
http://svn.gna.org/viewcvs/gnustep/tools/scripts/trunk/compile-all?rev=39826&r1=39825&r2=39826&view=diff
==============================================================================
--- tools/scripts/trunk/compile-all     (original)
+++ tools/scripts/trunk/compile-all     Wed Jun  1 01:42:46 2016
@@ -54,9 +54,9 @@
 
 if gmake -v >/dev/null 2>&1
 then
-  export MAKE=gmake
+  export MAKE="gmake -j8"
 else
-  export MAKE=make
+  export MAKE="make -j8"
 fi
 
 if [ "$3" == "" ]; then


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to