svn commit: r297938 - head/release

Bryan Drewery bdrewery at FreeBSD.org
Wed Apr 13 20:43:04 UTC 2016


Author: bdrewery
Date: Wed Apr 13 20:43:02 2016
New Revision: 297938
URL: https://svnweb.freebsd.org/changeset/base/297938

Log:
  Remove misspelled and redundant MK_INSTALLIB=no.

Modified:
  head/release/Makefile

Modified: head/release/Makefile
==============================================================================
--- head/release/Makefile	Wed Apr 13 20:32:35 2016	(r297937)
+++ head/release/Makefile	Wed Apr 13 20:43:02 2016	(r297938)
@@ -200,7 +200,7 @@ bootonly: packagesystem
 	    MK_GAMES=no MK_GROFF=no \
 	    MK_INSTALLLIB=no MK_LIB32=no MK_MAIL=no \
 	    MK_NCP=no MK_TOOLCHAIN=no MK_PROFILE=no \
-	    MK_INSTALLIB=no MK_RESCUE=no MK_DICT=no \
+	    MK_RESCUE=no MK_DICT=no \
 	    MK_KERNEL_SYMBOLS=no MK_TESTS=no MK_DEBUG_FILES=no
 # Copy manifest only (no distfiles) to get checksums
 	mkdir -p ${.TARGET}/usr/freebsd-dist


More information about the svn-src-head mailing list