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
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to