Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2015 00:43:29 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289278 - head/share/mk
Message-ID:  <201510140043.t9E0hTKL033104@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510140043.t9E0hTKL033104>