common/autoconf/spec.gmk.in

changeset 635
907a926d3c96
parent 631
ab82853d3365
child 637
52741ab7c601
child 653
980ccff2d4f5
     1.1 --- a/common/autoconf/spec.gmk.in	Thu Feb 28 20:29:19 2013 -0800
     1.2 +++ b/common/autoconf/spec.gmk.in	Mon Mar 04 16:45:07 2013 +0100
     1.3 @@ -260,6 +260,9 @@
     1.4  # the sjavac server log files.
     1.5  SJAVAC_SERVER_DIR:=@SJAVAC_SERVER_DIR@
     1.6  
     1.7 +# Number of parallel jobs to use for compilation
     1.8 +JOBS?=@JOBS@
     1.9 +
    1.10  # The OpenJDK makefiles should be changed to using the standard
    1.11  # configure output ..._CFLAGS and ..._LIBS. In the meantime we
    1.12  # extract the information here.

mercurial