summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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