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:
parent
8d60033835
commit
c6d68cfa0a
2
Makefile
2
Makefile
@ -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}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user