Date: Fri, 12 Jul 2019 05:19:07 +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: r349934 - head/usr.bin/cpio Message-ID: <201907120519.x6C5J7va017484@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907120519.x6C5J7va017484>