Author: bdrewery
Date: Wed Oct 14 00:43:29 2015
New Revision: 289278
URL: https://svnweb.freebsd.org/changeset/base/289278
Log:
Correct a comment in bsd.incs.mk forgotten in r274662 and copied into
bsd.confs.mk.
The bsd.confs.mk may be wrong but for now fix it.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/share/mk/bsd.confs.mk
head/share/mk/bsd.incs.mk
Modified: head/share/mk/bsd.confs.mk
==============================================================================
--- head/share/mk/bsd.confs.mk Wed Oct 14 00:36:33 2015 (r289277)
+++ head/share/mk/bsd.confs.mk Wed Oct 14 00:43:29 2015 (r289278)
@@ -84,4 +84,4 @@ STAGE_TARGETS+= stage_config
.endif
.endif
-.endif # ${MK_TOOLCHAIN} != "no"
+.endif # ${MK_INCLUDES} != "no"
Modified: head/share/mk/bsd.incs.mk
==============================================================================
--- head/share/mk/bsd.incs.mk Wed Oct 14 00:36:33 2015 (r289277)
+++ head/share/mk/bsd.incs.mk Wed Oct 14 00:43:29 2015 (r289278)
@@ -99,4 +99,4 @@ STAGE_SYMLINKS.INCS= ${INCSLINKS}
.endif
.endif
-.endif # ${MK_TOOLCHAIN} != "no"
+.endif # ${MK_INCLUDES} != "no"
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"