]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r272055:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 23 Oct 2014 00:54:52 +0000 (00:54 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 23 Oct 2014 00:54:52 +0000 (00:54 +0000)
commite6a0f38b627a6b00b5c1af95577157c51f0297cf
tree348a4d97a7604fb8ae2002620e255410c10797ab
parentb88e96bb6307e44e87aa0fa9d9625e1b7c6c08fe
MFC r272055:

  Improve bsd.progs.mk compatibility with bsd.prog.mk

  1. Do not install FILES/SCRIPTS multiple times if PROGS is specified; this is
     already handled via bsd.prog.mk when it's called recursively (PR: 191055,
     191955).
  2. Some variables, like BINDIR and PROGNAME, default to a value if unset
     whereas others get appended to, like CFLAGS. Add support for the former case
     (PR: 191056)
  3. Make "checkdpadd" and "clean" available targets for recursive execution.

  Reviewed by: marcel, sjg
  Phabric: D822
  PR: 191055, 191056, 191955
  Sponsored by: EMC / Isilon Storage Division

git-svn-id: svn://svn.freebsd.org/base/stable/10@273501 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/mk/bsd.progs.mk