aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-04-26 08:40:25 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-04-26 08:40:25 +0000
commit29c03682fa67281c1fc81c3cf38cf98229c170d8 (patch)
tree1c8547df165bfebc92e722075ceedd95fe121353 /Makefile
parent0fc857608592b5a4d70342d1cd21fa39b3729490 (diff)
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 80474a49d21a..205fa28a7cee 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.170 1998/04/24 17:13:33 bde Exp $
+# $Id: Makefile,v 1.171 1998/04/25 14:32:22 andreas Exp $
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
@@ -134,8 +134,8 @@ CLEANDIR= cleandir
.endif
.endif
-SUP?= sup
-SUPFLAGS?= -v
+SUP?= cvsup
+SUPFLAGS?= -g -L 2 -P -
#
# While building tools for bootstrapping, we don't need to waste time on
@@ -364,7 +364,7 @@ reinstall:
update:
.if defined(SUP_UPDATE)
@echo "--------------------------------------------------------------"
- @echo "Running sup"
+ @echo "Running ${SUP}"
@echo "--------------------------------------------------------------"
@${SUP} ${SUPFLAGS} ${SUPFILE}
.if defined(SUPFILE1)