summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-10-05 18:36:38 +0000
committerache <ache@FreeBSD.org>1996-10-05 18:36:38 +0000
commita41a5e8dce946de9faa31eedff8692e74db9d1e1 (patch)
tree90ed056f591760abdb791038010e52660a5aff18 /Makefile
parenta066ea980049104c7ff84de7bae68af5416c54ed (diff)
downloadFreeBSD-src-a41a5e8dce946de9faa31eedff8692e74db9d1e1.zip
FreeBSD-src-a41a5e8dce946de9faa31eedff8692e74db9d1e1.tar.gz
Use SUP and SUPFLAGS variables to change them to cvsup if needed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 617a387..ecb34df 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.103 1996/09/21 06:06:41 ache Exp $
+# $Id: Makefile,v 1.104 1996/10/04 08:48:27 peter Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -107,6 +107,9 @@ CLEANDIR= cleandir
.endif
.endif
+SUP?= sup
+SUPFLAGS?= -v
+
#
# While building tools for bootstrapping, we dont need to waste time on
# profiled libraries or man pages. This speeds things up somewhat.
@@ -274,12 +277,12 @@ update:
@echo "--------------------------------------------------------------"
@echo "Running sup"
@echo "--------------------------------------------------------------"
- @sup -v ${SUPFILE}
+ @${SUP} ${SUPFLAGS} ${SUPFILE}
.if defined(SUPFILE1)
- @sup -v ${SUPFILE1}
+ @${SUP} ${SUPFLAGS} ${SUPFILE1}
.endif
.if defined(SUPFILE2)
- @sup -v ${SUPFILE2}
+ @${SUP} ${SUPFLAGS} ${SUPFILE2}
.endif
.endif
.if defined(CVS_UPDATE)
OpenPOWER on IntegriCloud