svn commit: r264397 - head

Warner Losh imp at FreeBSD.org
Sun Apr 13 05:21:36 UTC 2014


Author: imp
Date: Sun Apr 13 05:21:35 2014
New Revision: 264397
URL: http://svnweb.freebsd.org/changeset/base/264397

Log:
  We no longer support upgrading from FreeBSD 4, so we don't need the
  NOMAN and NOSHARED defines here. They have been obsolete for almost a
  decade anyway.

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Sun Apr 13 05:21:30 2014	(r264396)
+++ head/Makefile	Sun Apr 13 05:21:35 2014	(r264397)
@@ -325,8 +325,7 @@ MMAKEENV=	MAKEOBJDIRPREFIX=${MYMAKE:H} \
 		DESTDIR= \
 		INSTALL="sh ${.CURDIR}/tools/install.sh"
 MMAKE=		${MMAKEENV} ${MAKE} \
-		-D_UPGRADING \
-		-DNOMAN -DNO_MAN -DNOSHARED -DNO_SHARED \
+		-D_UPGRADING -DNO_MAN -DNO_SHARED \
 		-DNO_CPU_CFLAGS -DNO_WERROR DESTDIR= PROGNAME=${MYMAKE:T}
 
 make bmake: .PHONY


More information about the svn-src-head mailing list