Reimplementation of world/kernel build options. For details, see:
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
.error bsd.incs.mk cannot be included directly.
|
||||
.endif
|
||||
|
||||
.if !defined(NO_INCS) && !defined(NO_TOOLCHAIN)
|
||||
.if !defined(NO_INCS) && ${MK_TOOLCHAIN} != "no"
|
||||
|
||||
INCSGROUPS?= INCS
|
||||
|
||||
@@ -81,4 +81,4 @@ installincludes:
|
||||
realinstall: installincludes
|
||||
.ORDER: beforeinstall installincludes
|
||||
|
||||
.endif # !defined(NO_INCS) && !defined(NO_TOOLCHAIN)
|
||||
.endif # !defined(NO_INCS) && ${MK_TOOLCHAIN} != "no"
|
||||
|
||||
Reference in New Issue
Block a user