svn commit: r350154 - head/usr.bin/vi

Warner Losh imp at FreeBSD.org
Fri Jul 19 20:04:43 UTC 2019


Author: imp
Date: Fri Jul 19 20:04:31 2019
New Revision: 350154
URL: https://svnweb.freebsd.org/changeset/base/350154

Log:
  Remove RELEASE_CRUNCH here
  
  If someone wants to subset, they can set MK_ICONV=no. We no longer use it for
  the release.

Modified:
  head/usr.bin/vi/Makefile

Modified: head/usr.bin/vi/Makefile
==============================================================================
--- head/usr.bin/vi/Makefile	Fri Jul 19 20:04:26 2019	(r350153)
+++ head/usr.bin/vi/Makefile	Fri Jul 19 20:04:31 2019	(r350154)
@@ -37,7 +37,7 @@ CFLAGS+=-I${.CURDIR} -I${SRCDIR} -I${SRCDIR}/regex
 LIBADD=	util ncursesw
 CFLAGS+=	-DUSE_WIDECHAR
 
-.if ${MK_ICONV} == "yes" && !defined(RESCUE) && !defined(RELEASE_CRUNCH)
+.if ${MK_ICONV} == "yes" && !defined(RESCUE)
 CFLAGS+=	-DUSE_ICONV
 .endif
 


More information about the svn-src-head mailing list