Removed redundant 'all' arg to " Making Make" target.

Removed "-r RELENG_2_2" from 'update' target.
This commit is contained in:
Steve Passe 1997-10-05 22:28:50 +00:00
parent cb52d9ccc5
commit 2c545ac503
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30132

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.149 1997/10/05 09:34:41 jkh Exp $
# $Id: Makefile,v 1.150 1997/10/05 15:39:47 markm Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@ -218,7 +218,7 @@ buildworld:
${IBMAKE} -I${.CURDIR}/share/mk -B ${CLEANDIR} ${OBJDIR} depend && \
${IBMAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} all && \
${IBMAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} \
-B all install clean cleandepend
-B install clean cleandepend
@echo
@echo "--------------------------------------------------------------"
@echo " Making hierarchy"
@ -333,7 +333,7 @@ update:
@echo "--------------------------------------------------------------"
@echo "Updating /usr/src from cvs repository" ${CVSROOT}
@echo "--------------------------------------------------------------"
cd ${.CURDIR} && cvs -q update -P -d -r RELENG_2_2
cd ${.CURDIR} && cvs -q update -P -d
.endif
#