common/makefiles/JavaCompilation.gmk

changeset 635
907a926d3c96
parent 611
d3d9ab8ee7b0
child 673
2ef28c12d649
     1.1 --- a/common/makefiles/JavaCompilation.gmk	Thu Feb 28 20:29:19 2013 -0800
     1.2 +++ b/common/makefiles/JavaCompilation.gmk	Mon Mar 04 16:45:07 2013 +0100
     1.3 @@ -501,7 +501,7 @@
     1.4  		$(ECHO) Compiling $1
     1.5  		($$($1_JVM) $$($1_SJAVAC) \
     1.6  			$$($1_REMOTE) \
     1.7 -			-j $(NUM_CORES) \
     1.8 +			-j $(JOBS) \
     1.9  			--permit-unidentified-artifacts \
    1.10  			--permit-sources-without-package \
    1.11  			--compare-found-sources $$($1_BIN)/_the.batch.tmp \

mercurial