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 _______________________________________________ svn-src-stable-9@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9 To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"