svn commit: r264927 - head/share/mk

Warner Losh imp at FreeBSD.org
Fri Apr 25 19:25:18 UTC 2014


Author: imp
Date: Fri Apr 25 19:25:18 2014
New Revision: 264927
URL: http://svnweb.freebsd.org/changeset/base/264927

Log:
  NO_DEBUG_FILES -> MK_DEBUG_FILES=no in last remaining place.

Modified:
  head/share/mk/bsd.crunchgen.mk

Modified: head/share/mk/bsd.crunchgen.mk
==============================================================================
--- head/share/mk/bsd.crunchgen.mk	Fri Apr 25 19:25:13 2014	(r264926)
+++ head/share/mk/bsd.crunchgen.mk	Fri Apr 25 19:25:18 2014	(r264927)
@@ -48,7 +48,7 @@ CRUNCH_GENERATE_LINKS?=	yes
 CLEANFILES+= $(CONF) *.o *.lo *.c *.mk *.cache *.a *.h
 
 # Don't try to extract debug info from ${PROG}.
-NO_DEBUG_FILES=
+MK_DEBUG_FILES=no
 
 # Program names and their aliases contribute hardlinks to 'rescue' executable,
 # except for those that get suppressed.


More information about the svn-src-head mailing list