Disable grep host tool and unbreak NetBSD build until I can come up with a

clean fix.
This commit is contained in:
sketch 2009-02-25 22:28:36 +00:00
parent 826ba2ab85
commit 0ed32f1081
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.267 2009/02/25 20:38:30 sketch Exp $
# $NetBSD: Makefile,v 1.268 2009/02/25 22:28:36 sketch Exp $
#
# This is the top-level makefile for building NetBSD. For an outline of
@ -180,17 +180,17 @@ _POSTINSTALL= ${.CURDIR}/usr.sbin/postinstall/postinstall
postinstall-check: .PHONY
@echo " === Post installation checks ==="
AWK=${TOOL_AWK:Q} GREP=${TOOL_GREP:Q} MAKE=${MAKE:Q} ${HOST_SH} ${_POSTINSTALL} -s ${.CURDIR} -d ${DESTDIR}/ check; if [ $$? -gt 1 ]; then exit 1; fi
AWK=${TOOL_AWK:Q} MAKE=${MAKE:Q} ${HOST_SH} ${_POSTINSTALL} -s ${.CURDIR} -d ${DESTDIR}/ check; if [ $$? -gt 1 ]; then exit 1; fi
@echo " ================================"
postinstall-fix: .NOTMAIN .PHONY
@echo " === Post installation fixes ==="
AWK=${TOOL_AWK:Q} GREP=${TOOL_GREP:Q} MAKE=${MAKE:Q} ${HOST_SH} ${_POSTINSTALL} -s ${.CURDIR} -d ${DESTDIR}/ fix
AWK=${TOOL_AWK:Q} MAKE=${MAKE:Q} ${HOST_SH} ${_POSTINSTALL} -s ${.CURDIR} -d ${DESTDIR}/ fix
@echo " ==============================="
postinstall-fix-obsolete: .NOTMAIN .PHONY
@echo " === Removing obsolete files ==="
AWK=${TOOL_AWK:Q} GREP=${TOOL_GREP:Q} MAKE=${MAKE:Q} ${HOST_SH} ${_POSTINSTALL} -s ${.CURDIR} -d ${DESTDIR}/ fix obsolete
AWK=${TOOL_AWK:Q} MAKE=${MAKE:Q} ${HOST_SH} ${_POSTINSTALL} -s ${.CURDIR} -d ${DESTDIR}/ fix obsolete
@echo " ==============================="

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.126 2009/02/25 20:36:45 sketch Exp $
# $NetBSD: Makefile,v 1.127 2009/02/25 22:28:36 sketch Exp $
.include <bsd.own.mk>
@ -44,7 +44,7 @@ SUBDIR= host-mkdep .WAIT compat .WAIT \
lex .WAIT \
${TOOLCHAIN_BITS} \
asn1_compile atf-compile cat cksum compile_et config db \
file grep lint1 \
file lint1 \
makefs menuc mkcsmapper mkesdb mklocale mknod msgc \
pax .WAIT \
disklabel .WAIT \