From 4e21fcc762aac198eecaa42ece0d974d33185911 Mon Sep 17 00:00:00 2001 From: ru Date: Sun, 22 Jun 2003 21:56:22 +0000 Subject: Do the upgrade checks quietly. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8399389..6334f63 100644 --- a/Makefile +++ b/Makefile @@ -140,7 +140,7 @@ kernel: buildkernel installkernel # upgrade_checks: @if ! (cd ${.CURDIR}/tools/regression/usr.bin/make && \ - PATH=${PATH} ${MAKE} 2>/dev/null); \ + PATH=${PATH} ${MAKE} >/dev/null 2>&1); \ then \ (cd ${.CURDIR} && make make); \ fi @@ -160,7 +160,7 @@ MMAKE= ${MMAKEENV} make \ make: @echo @echo "--------------------------------------------------------------" - @echo " Building an up-to-date make(1)" + @echo ">>> Building an up-to-date make(1)" @echo "--------------------------------------------------------------" @cd ${.CURDIR}/usr.bin/make; \ ${MMAKE} obj && \ -- cgit v1.1