svn commit: r342279 - head/release

Ed Maste emaste at FreeBSD.org
Thu Dec 20 15:53:28 UTC 2018


Author: emaste
Date: Thu Dec 20 15:53:27 2018
New Revision: 342279
URL: https://svnweb.freebsd.org/changeset/base/342279

Log:
  Remove setting of long-unused MK_NCP option
  
  NCP was removed from the tree in 2013 (r248097) and disconnected some
  time before.
  
  Reported by:	bz
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/Makefile

Modified: head/release/Makefile
==============================================================================
--- head/release/Makefile	Thu Dec 20 08:45:41 2018	(r342278)
+++ head/release/Makefile	Thu Dec 20 15:53:27 2018	(r342279)
@@ -194,7 +194,7 @@ disc1: packagesystem
 	cd ${WORLDDIR} && ${IMAKE} installkernel installworld distribution \
 	    DESTDIR=${.OBJDIR}/${.TARGET} MK_AMD=no MK_AT=no \
 	    MK_INSTALLLIB=no MK_LIB32=no MK_MAIL=no \
-	    MK_NCP=no MK_TOOLCHAIN=no MK_PROFILE=no \
+	    MK_TOOLCHAIN=no MK_PROFILE=no \
 	    MK_RESCUE=no MK_DICT=no \
 	    MK_KERNEL_SYMBOLS=no MK_TESTS=no MK_DEBUG_FILES=no \
 	    -DDB_FROM_SRC
@@ -224,7 +224,7 @@ bootonly: packagesystem
 	    DESTDIR=${.OBJDIR}/${.TARGET} MK_AMD=no MK_AT=no \
 	    MK_GAMES=no \
 	    MK_INSTALLLIB=no MK_LIB32=no MK_MAIL=no \
-	    MK_NCP=no MK_TOOLCHAIN=no MK_PROFILE=no \
+	    MK_TOOLCHAIN=no MK_PROFILE=no \
 	    MK_RESCUE=no MK_DICT=no \
 	    MK_KERNEL_SYMBOLS=no MK_TESTS=no MK_DEBUG_FILES=no \
 	    -DDB_FROM_SRC


More information about the svn-src-all mailing list