summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-10-07 11:32:05 +0000
committerbde <bde@FreeBSD.org>1997-10-07 11:32:05 +0000
commit5ef7e29fe83f716077f0fe33d5df5bcad0d5308f (patch)
treed8906cbc28f9a07354afd88a7371eb5f0a342e5e /Makefile
parent3d4ee35e7c0ed08bdeaad4c2a693cc6fa8b1132e (diff)
downloadFreeBSD-src-5ef7e29fe83f716077f0fe33d5df5bcad0d5308f.zip
FreeBSD-src-5ef7e29fe83f716077f0fe33d5df5bcad0d5308f.tar.gz
Removed uneeded ${.MAKEFLAGS} again.
Originally committed in: rev.1.141 Spammed by: rev.1.149 (mouldy parallel make diffs)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile44
1 files changed, 22 insertions, 22 deletions
diff --git a/Makefile b/Makefile
index e454ec0..4485459 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.152 1997/10/06 09:58:11 jkh Exp $
+# $Id: Makefile,v 1.153 1997/10/06 10:21:36 jkh Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -280,7 +280,7 @@ buildworld:
@echo "--------------------------------------------------------------"
@echo " Rebuilding dependencies"
@echo "--------------------------------------------------------------"
- cd ${.CURDIR} && ${XMAKE} ${.MAKEFLAGS} par-depend
+ cd ${.CURDIR} && ${XMAKE} par-depend
@echo
@echo "--------------------------------------------------------------"
@echo " Building everything.."
@@ -353,19 +353,19 @@ most:
@echo "--------------------------------------------------------------"
@echo " Building programs only"
@echo "--------------------------------------------------------------"
- cd ${.CURDIR}/bin && ${MAKE} ${.MAKEFLAGS} all
- cd ${.CURDIR}/sbin && ${MAKE} ${.MAKEFLAGS} all
- cd ${.CURDIR}/libexec && ${MAKE} ${.MAKEFLAGS} all
- cd ${.CURDIR}/usr.bin && ${MAKE} ${.MAKEFLAGS} all
- cd ${.CURDIR}/usr.sbin && ${MAKE} ${.MAKEFLAGS} all
- cd ${.CURDIR}/gnu/libexec && ${MAKE} ${.MAKEFLAGS} all
- cd ${.CURDIR}/gnu/usr.bin && ${MAKE} ${.MAKEFLAGS} all
- cd ${.CURDIR}/gnu/usr.sbin && ${MAKE} ${.MAKEFLAGS} all
+ cd ${.CURDIR}/bin && ${MAKE} all
+ cd ${.CURDIR}/sbin && ${MAKE} all
+ cd ${.CURDIR}/libexec && ${MAKE} all
+ cd ${.CURDIR}/usr.bin && ${MAKE} all
+ cd ${.CURDIR}/usr.sbin && ${MAKE} all
+ cd ${.CURDIR}/gnu/libexec && ${MAKE} all
+ cd ${.CURDIR}/gnu/usr.bin && ${MAKE} all
+ cd ${.CURDIR}/gnu/usr.sbin && ${MAKE} all
#.if defined(MAKE_KERBEROS4) && !defined(NOCRYPT)
-# cd ${.CURDIR}/kerberosIV && ${MAKE} ${.MAKEFLAGS} most
+# cd ${.CURDIR}/kerberosIV && ${MAKE} most
#.endif
#.if !defined(NOSECURE) && !defined(NOCRYPT)
-# cd ${.CURDIR}/secure && ${MAKE} ${.MAKEFLAGS} most
+# cd ${.CURDIR}/secure && ${MAKE} most
#.endif
#
@@ -378,19 +378,19 @@ installmost:
@echo "--------------------------------------------------------------"
@echo " Installing programs only"
@echo "--------------------------------------------------------------"
- cd ${.CURDIR}/bin && ${MAKE} ${.MAKEFLAGS} install
- cd ${.CURDIR}/sbin && ${MAKE} ${.MAKEFLAGS} install
- cd ${.CURDIR}/libexec && ${MAKE} ${.MAKEFLAGS} install
- cd ${.CURDIR}/usr.bin && ${MAKE} ${.MAKEFLAGS} install
- cd ${.CURDIR}/usr.sbin && ${MAKE} ${.MAKEFLAGS} install
- cd ${.CURDIR}/gnu/libexec && ${MAKE} ${.MAKEFLAGS} install
- cd ${.CURDIR}/gnu/usr.bin && ${MAKE} ${.MAKEFLAGS} install
- cd ${.CURDIR}/gnu/usr.sbin && ${MAKE} ${.MAKEFLAGS} install
+ cd ${.CURDIR}/bin && ${MAKE} install
+ cd ${.CURDIR}/sbin && ${MAKE} install
+ cd ${.CURDIR}/libexec && ${MAKE} install
+ cd ${.CURDIR}/usr.bin && ${MAKE} install
+ cd ${.CURDIR}/usr.sbin && ${MAKE} install
+ cd ${.CURDIR}/gnu/libexec && ${MAKE} install
+ cd ${.CURDIR}/gnu/usr.bin && ${MAKE} install
+ cd ${.CURDIR}/gnu/usr.sbin && ${MAKE} install
#.if defined(MAKE_KERBEROS4) && !defined(NOCRYPT)
-# cd ${.CURDIR}/kerberosIV && ${MAKE} ${.MAKEFLAGS} installmost
+# cd ${.CURDIR}/kerberosIV && ${MAKE} installmost
#.endif
#.if !defined(NOSECURE) && !defined(NOCRYPT)
-# cd ${.CURDIR}/secure && ${MAKE} ${.MAKEFLAGS} installmost
+# cd ${.CURDIR}/secure && ${MAKE} installmost
#.endif
#
OpenPOWER on IntegriCloud