Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2010 15:27:13 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src Makefile
Message-ID:  <201012161528.oBGFSiTD007382@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2010-12-16 15:27:13 UTC

  FreeBSD src repository

  Modified files:
    .                    Makefile 
  Log:
  SVN rev 216487 on 2010-12-16 15:27:13Z by jhb
  
  Pass JFLAG as JFLAG from tinderbox to universe.  This gives the same
  semantics for JFLAG with tinderbox as for universe.  Previously doing
  'make JFLAG=-j4 tinderbox' was equivalent to 'make -j4 universe'
  (i.e. 4 worlds in parallel) rather than 'make JFLAG=-j4 universe'
  (i.e. worlds in sequence, each built with -j4).
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.369     +1 -1      src/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012161528.oBGFSiTD007382>