]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r266566:
authorbdrewery <bdrewery@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 14 Dec 2015 21:33:31 +0000 (21:33 +0000)
committerbdrewery <bdrewery@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 14 Dec 2015 21:33:31 +0000 (21:33 +0000)
commit3731e6edfb1d2e318ceac748c048d5847f39f258
treee69bf4d53c3cacb6fdcec7781b8e049dd52b350e
parent83e1749eec5fe98237f4ffa989e3dc2cf0ab7070
MFC r266566:

  Add .../share/mk to the default system make path. This will fix the problem
  with broken in-tree builds (which are used far more pervasively than I'd
  known outside the tree). However, weird results may now happen if at any
  point in the tree above you there happens to be a directory that has
  subdirectory of share/mk, as unpredictable results will follow. This was
  considered the lessor of the two evils, at least for now. In the future this
  will be removed again when the underlying issues are resolved.

  For MFCing, this is to ensure that when upgrading to head the share/mk
  in-tree is always used.  Otherwise several build features will not work.
  This passes a build using head's bmake which has this as the default
  already.

Relnotes: yes

git-svn-id: svn://svn.freebsd.org/base/stable/10@292225 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/bmake/Makefile