]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r272053:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 23 Oct 2014 01:06:00 +0000 (01:06 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 23 Oct 2014 01:06:00 +0000 (01:06 +0000)
commit1eddd1a4586999b013641e1f0ab7c5e223139968
tree7dcc4dda5b55bd80c7fa2382ea614edea4f253d6
parentab98cca3d61207bbccbbce2b55f211c6b66cf48f
MFC r272053:

  Have distrib-dirs, distribution, hier, hierarchy, redistribute, and reinstall
  depend on the .MAKE special target

  This will allow users to do something like the following to print out the
  results of the running the simulated make target with bmake, like some of the
  other top-level make targets in Makefile.inc1:

    % make -f Makefile.inc1 -n distribution TARGET=i386 TARGET_ARCH=i386

  Sponsored by: EMC / Isilon Storage Division

git-svn-id: svn://svn.freebsd.org/base/stable/10@273504 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Makefile.inc1