svn commit: r270291 - stable/10/share/mk
Ed Maste
emaste at FreeBSD.org
Thu Aug 21 19:32:55 UTC 2014
Author: emaste
Date: Thu Aug 21 19:32:54 2014
New Revision: 270291
URL: http://svnweb.freebsd.org/changeset/base/270291
Log:
MFC r264927 by imp:
NO_DEBUG_FILES -> MK_DEBUG_FILES=no in last remaining place.
Modified:
stable/10/share/mk/bsd.crunchgen.mk
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/share/mk/bsd.crunchgen.mk
==============================================================================
--- stable/10/share/mk/bsd.crunchgen.mk Thu Aug 21 19:15:22 2014 (r270290)
+++ stable/10/share/mk/bsd.crunchgen.mk Thu Aug 21 19:32:54 2014 (r270291)
@@ -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-stable
mailing list