summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-10-05 22:28:50 +0000
committerfsmp <fsmp@FreeBSD.org>1997-10-05 22:28:50 +0000
commit455f86d114a10ab4a94a8b51587a9006f07f0118 (patch)
tree57c43312db5e16f854a6d494e56cb7029c1877db /Makefile
parent4de1398f08dd92a210b4fcececb704b42fbf6c82 (diff)
downloadFreeBSD-src-455f86d114a10ab4a94a8b51587a9006f07f0118.zip
FreeBSD-src-455f86d114a10ab4a94a8b51587a9006f07f0118.tar.gz
Removed redundant 'all' arg to " Making Make" target.
Removed "-r RELENG_2_2" from 'update' target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 54b4125..95f0c28 100644
--- a/Makefile
+++ b/Makefile
@@ -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
#
OpenPOWER on IntegriCloud