Removed 3x2 dots I don't like. ;)

This commit is contained in:
Ruslan Ermilov 2004-03-19 17:57:07 +00:00
parent aec0eaa9a6
commit e5b369af8c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127207

View File

@ -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