Date: Sat, 10 May 2014 16:38:46 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r265837 - head Message-ID: <201405101638.s4AGckAJ006946@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405101638.s4AGckAJ006946>