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.
This commit is contained in:
imp 2014-05-10 16:38:45 +00:00
parent 8d60033835
commit c6d68cfa0a

View File

@ -327,7 +327,7 @@ MMAKEENV= MAKEOBJDIRPREFIX=${MYMAKE:H} \
DESTDIR= \ DESTDIR= \
INSTALL="sh ${.CURDIR}/tools/install.sh" INSTALL="sh ${.CURDIR}/tools/install.sh"
MMAKE= ${MMAKEENV} ${MAKE} \ MMAKE= ${MMAKEENV} ${MAKE} \
-D_UPGRADING -DNO_MAN -DNO_SHARED \ -DNO_MAN -DNO_SHARED \
-DNO_CPU_CFLAGS -DNO_WERROR \ -DNO_CPU_CFLAGS -DNO_WERROR \
DESTDIR= PROGNAME=${MYMAKE:T} DESTDIR= PROGNAME=${MYMAKE:T}