svn commit: r289278 - head/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Wed Oct 14 00:43:30 UTC 2015


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"


More information about the svn-src-all mailing list