summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index c909c90..5ce0fcb 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -325,7 +325,7 @@ _depend:
everything:
@echo
@echo "--------------------------------------------------------------"
- @echo ">>> stage 4.4: building everything.."
+ @echo ">>> stage 4.4: building everything"
@echo "--------------------------------------------------------------"
cd ${.CURDIR}; ${WMAKE} par-all
@@ -466,13 +466,13 @@ reinstall: ${SPECIAL_INSTALLCHECKS}
cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 hierarchy
@echo
@echo "--------------------------------------------------------------"
- @echo ">>> Installing everything.."
+ @echo ">>> Installing everything"
@echo "--------------------------------------------------------------"
cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install
redistribute:
@echo "--------------------------------------------------------------"
- @echo ">>> Distributing everything.."
+ @echo ">>> Distributing everything"
@echo "--------------------------------------------------------------"
cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 distribute
OpenPOWER on IntegriCloud