Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Nov 2006 09:02:11 +0000 (UTC)
From:      John Birrell <jb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/mk bsd.own.mk src/tools/build/options WITHOUT_CDDL
Message-ID:  <200611010902.kA192BBd067377@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jb          2006-11-01 09:02:11 UTC

  FreeBSD src repository

  Modified files:
    share/mk             bsd.own.mk 
  Added files:
    tools/build/options  WITHOUT_CDDL 
  Log:
  Add a build option to support WITH_CDDL and WITHOUT_CDDL, defaulting
  to WITH_CDDL.
  
  This option enables building code that is licensed under Sun's CDDL.
  The DTrace code is licensed that way, so by default it will get built
  unless the WITHOUT_CDDL option is used.
  
  There is another build toggle, NO_CTF, which turns off execution of
  ctfconvert and ctfmerge in sys.mk, but this can't be implemented as
  WITH_/WITHOUT because bsd.own.mk isn't included in all Makefiles and
  sys.mk is included automatically by make.
  
  Revision  Changes    Path
  1.58      +1 -0      src/share/mk/bsd.own.mk
  1.1       +2 -0      src/tools/build/options/WITHOUT_CDDL (new)



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