common/makefiles/JavaCompilation.gmk

Print this page

        

@@ -499,11 +499,11 @@
                 $(MKDIR) -p $$(@D)
                 $$(call ListPathsSafely,$1_SRCS,\n, >> $$($1_BIN)/_the.batch.tmp)
                 $(ECHO) Compiling $1
                 ($$($1_JVM) $$($1_SJAVAC) \
                         $$($1_REMOTE) \
-                        -j $(NUM_CORES) \
+                        -j $(JOBS) \
                         --permit-unidentified-artifacts \
                         --permit-sources-without-package \
                         --compare-found-sources $$($1_BIN)/_the.batch.tmp \
                         --log=$(LOG) \
                         $$($1_SJAVAC_ARGS) \