]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Limit testing for an up-to-date version of make(1) to the world and
authormarcel <marcel@FreeBSD.org>
Thu, 28 Aug 2003 04:03:13 +0000 (04:03 +0000)
committermarcel <marcel@FreeBSD.org>
Thu, 28 Aug 2003 04:03:13 +0000 (04:03 +0000)
commit7eec2ccb2330b96daf6157c5f2dd5d7afc636e82
treeadd85d530c4cf52fa674167a37c2e0773cd41ef5
parent967df3d94789ce6abd73eb6f0a1d80e532cff4ca
Limit testing for an up-to-date version of make(1) to the world and
buildworld targets by default, but allow it to be done for all user
targets by introducing a boolean option, named ALWAYS_CHECK_MAKE.

This change is by no means perfect and I don't even want to claim
this to be a solution. It does however address the fact that not
everybody likes to see make(1) rebuilt simply because the regression
test failed for some reason or other, including pilot error. It
therefore serves the purpose of keeping the crowd happy until we
have something better or simply reached a compromise.

The reasons for changing the default behaviour are:
o  It avoids a negative, possibly non-intuitive option,
o  It's according to POLA and fond of feet,
o  Only buildworld is documented to do its best to be
   successful at reasonably cost.

Reviewed by: gad, imp, obrien, peter
Makefile
share/man/man5/make.conf.5