Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2019 20:04:31 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r350154 - head/usr.bin/vi
Message-ID:  <201907192004.x6JK4VbR030338@repo.freebsd.org>

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



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