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

View File

@ -325,7 +325,7 @@ _depend:
everything: everything:
@echo @echo
@echo "--------------------------------------------------------------" @echo "--------------------------------------------------------------"
@echo ">>> stage 4.4: building everything.." @echo ">>> stage 4.4: building everything"
@echo "--------------------------------------------------------------" @echo "--------------------------------------------------------------"
cd ${.CURDIR}; ${WMAKE} par-all cd ${.CURDIR}; ${WMAKE} par-all
@ -466,13 +466,13 @@ reinstall: ${SPECIAL_INSTALLCHECKS}
cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 hierarchy cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 hierarchy
@echo @echo
@echo "--------------------------------------------------------------" @echo "--------------------------------------------------------------"
@echo ">>> Installing everything.." @echo ">>> Installing everything"
@echo "--------------------------------------------------------------" @echo "--------------------------------------------------------------"
cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install
redistribute: redistribute:
@echo "--------------------------------------------------------------" @echo "--------------------------------------------------------------"
@echo ">>> Distributing everything.." @echo ">>> Distributing everything"
@echo "--------------------------------------------------------------" @echo "--------------------------------------------------------------"
cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 distribute cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 distribute