summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-06-22 21:56:22 +0000
committerru <ru@FreeBSD.org>2003-06-22 21:56:22 +0000
commit4e21fcc762aac198eecaa42ece0d974d33185911 (patch)
treea83ddb897be1b9484d7c90da4fb893e2971670d3 /Makefile
parentfa54a6610e522e820a2a6679afa8a9a46818f211 (diff)
downloadFreeBSD-src-4e21fcc762aac198eecaa42ece0d974d33185911.zip
FreeBSD-src-4e21fcc762aac198eecaa42ece0d974d33185911.tar.gz
Do the upgrade checks quietly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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 && \
OpenPOWER on IntegriCloud