oops, how did this get into the reinstall target? :-]

Must have been a cut/paste foulup...  The whole idea of 'make reinstall'
is that it doesn't build anything from the source server mount.
This commit is contained in:
Peter Wemm 1996-10-14 12:58:47 +00:00
parent 14c0bb7c89
commit bd4739cb12
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18921

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.105 1996/10/05 18:36:38 ache Exp $
# $Id: Makefile,v 1.106 1996/10/06 02:17:43 jkh Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@ -241,21 +241,6 @@ reinstall:
cd ${.CURDIR} && ${MAKE} mk
@echo
@echo "--------------------------------------------------------------"
@echo " Rebuilding /usr/include"
@echo "--------------------------------------------------------------"
cd ${.CURDIR} && ${MAKE} includes
@echo
@echo "--------------------------------------------------------------"
@echo " Rebuilding dependencies"
@echo "--------------------------------------------------------------"
cd ${.CURDIR} && ${MAKE} depend
@echo
@echo "--------------------------------------------------------------"
@echo " Building everything.."
@echo "--------------------------------------------------------------"
cd ${.CURDIR} && ${MAKE} all
@echo
@echo "--------------------------------------------------------------"
@echo " Installing everything.."
@echo "--------------------------------------------------------------"
cd ${.CURDIR} && ${MAKE} install