summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.init.mk
Commit message (Collapse)AuthorAgeFilesLines
* Make sure the only thing that follows .endif or .else is a comment.harti2005-04-111-1/+1
|
* Revert previous revision. Including bsd.compat.mk is necessaryru2005-01-091-0/+1
| | | | | both from sys.mk (to handle old knobs set in /etc/make.conf), and from here (to handle old knobs set in individual makefiles).
* Include bsd.compat.mk early from sys.mk, enough for makefilesru2004-12-231-1/+0
| | | | | | | using conditional statements to see the new spellings of NO_* knobs (in case user still uses old spellings). Reported by: kris
* NOATM -> NO_ATMru2004-12-211-0/+1
|
* Don't include bsd.own.mk from sys.mk, this makes it impossibleru2002-04-171-0/+14
to use ``.if defined()'' inside bsd.own.mk to test for defines in individual makefiles. For example, setting DEBUG_FLAGS in Makefile didn't take the desired effect on the STRIP assignment. Added bsd.init.mk (like in NetBSD) that handles the inclusion of ../Makefile.inc and bsd.own.mk from all bsd.*.mk files that "build something". Back out bsd.own.mk,v 1.15: moved OBJFORMAT initialization back to sys.mk (several source tree makefiles want to check it early) and removed MACHINE_ARCH initialization (it's hard to see from looking at the commitlogs what the problem was at the time, but now it serves no purpose). Prohibit the direct inclusion of bsd.man.mk and bsd.libnames.mk. Protect bsd.obj.mk from repetitive inclusion. Prohibiting the direct inclusion of bsd.obj.mk might be a good idea too.
OpenPOWER on IntegriCloud