cvs commit: src Makefile

Marcel Moolenaar marcel at FreeBSD.org
Mon Apr 2 21:32:45 UTC 2007


marcel      2007-04-02 21:32:44 UTC

  FreeBSD src repository

  Modified files:
    .                    Makefile 
  Log:
  Introduce a variable TARGETS that can be set on the make command line
  and that controls which platforms are being built as part of a "make
  universe". By default TARGETS is set to the 8 platforms currently
  being built. This variable is useful for running or re-running a
  "make universe" with only a selected set of platforms. This makes the
  universe target slightly more useful in cases the universe is limited
  to a developer's scope or objectives. For example, when a universe
  failed for a particular platform and fixes need to be tested for that
  particular platform then a developer can restart the universe for
  only that platform, even if the initial universe is still building
  other platforms.
  
  Revision  Changes    Path
  1.340     +3 -1      src/Makefile


More information about the cvs-src mailing list