svn commit: r263047 - stable/9/etc
Glen Barber
gjb at FreeBSD.org
Tue Mar 11 21:06:18 UTC 2014
Author: gjb
Date: Tue Mar 11 21:06:17 2014
New Revision: 263047
URL: http://svnweb.freebsd.org/changeset/base/263047
Log:
Temporarily turn off MK_PKGBOOTSTRAP evaluation to fix build.
Discussed with: bapt
Sponsored by: The FreeBSD Foundation
Modified:
stable/9/etc/Makefile
Modified: stable/9/etc/Makefile
==============================================================================
--- stable/9/etc/Makefile Tue Mar 11 20:47:01 2014 (r263046)
+++ stable/9/etc/Makefile Tue Mar 11 21:06:17 2014 (r263047)
@@ -228,9 +228,9 @@ distribution:
${_+_}cd ${.CURDIR}/devd; ${MAKE} install
${_+_}cd ${.CURDIR}/gss; ${MAKE} install
${_+_}cd ${.CURDIR}/periodic; ${MAKE} install
-.if ${MK_PKGBOOTSTRAP} != "no"
- ${_+_}cd ${.CURDIR}/pkg; ${MAKE} install
-.endif
+#.if ${MK_PKGBOOTSTRAP} != "no"
+# ${_+_}cd ${.CURDIR}/pkg; ${MAKE} install
+#.endif
${_+_}cd ${.CURDIR}/rc.d; ${MAKE} install
${_+_}cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall
${_+_}cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap
More information about the svn-src-stable-9
mailing list