svn commit: r349934 - head/usr.bin/cpio

Warner Losh imp at FreeBSD.org
Fri Jul 12 05:19:08 UTC 2019


Author: imp
Date: Fri Jul 12 05:19:06 2019
New Revision: 349934
URL: https://svnweb.freebsd.org/changeset/base/349934

Log:
  There is no SMALLER define anymore here
  
  Stop defining SMALLER. Since we replaced cpio with libarchive version,
  there's no options to make it smaller. Also, the comment about the
  FreeBSD installer is obsolete. Remove them both.

Modified:
  head/usr.bin/cpio/Makefile

Modified: head/usr.bin/cpio/Makefile
==============================================================================
--- head/usr.bin/cpio/Makefile	Fri Jul 12 04:44:50 2019	(r349933)
+++ head/usr.bin/cpio/Makefile	Fri Jul 12 05:19:06 2019	(r349934)
@@ -18,11 +18,6 @@ CFLAGS+= -DBSDCPIO_VERSION_STRING=\"${BSDCPIO_VERSION_
 CFLAGS+= -DPLATFORM_CONFIG_H=\"${_LIBARCHIVECONFDIR}/config_freebsd.h\"
 CFLAGS+= -I${_LIBARCHIVEDIR}/cpio -I${_LIBARCHIVEDIR}/libarchive_fe
 
-.ifdef RELEASE_CRUNCH
-# FreeBSD's installer uses cpio in crunched binaries that are
-# statically linked, cannot use -lcrypto, and are size sensitive.
-CFLAGS+= -DSMALLER
-.endif
 LIBADD=	archive
 
 .if ${MK_ICONV} != "no"


More information about the svn-src-all mailing list