svn commit: r265837 - head
Warner Losh
imp at FreeBSD.org
Sat May 10 16:38:46 UTC 2014
Author: imp
Date: Sat May 10 16:38:45 2014
New Revision: 265837
URL: http://svnweb.freebsd.org/changeset/base/265837
Log:
We haven't done anything with _UPGRADING in ~forever (was present, but
not needed, in FreeBSD 6.x, and has been absent in newer versions).
This was needed to upgrade from 3.x -> 4.x, once upon a time.
Modified:
head/Makefile
Modified: head/Makefile
==============================================================================
--- head/Makefile Sat May 10 16:38:37 2014 (r265836)
+++ head/Makefile Sat May 10 16:38:45 2014 (r265837)
@@ -327,7 +327,7 @@ MMAKEENV= MAKEOBJDIRPREFIX=${MYMAKE:H} \
DESTDIR= \
INSTALL="sh ${.CURDIR}/tools/install.sh"
MMAKE= ${MMAKEENV} ${MAKE} \
- -D_UPGRADING -DNO_MAN -DNO_SHARED \
+ -DNO_MAN -DNO_SHARED \
-DNO_CPU_CFLAGS -DNO_WERROR \
DESTDIR= PROGNAME=${MYMAKE:T}
More information about the svn-src-all
mailing list