diff options
author | jkh <jkh@FreeBSD.org> | 1998-04-26 08:40:25 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-04-26 08:40:25 +0000 |
commit | 9b5cf9e92185f97913f5406421f9674d9573750e (patch) | |
tree | 00045bc0cc0041aa976cf11b462f3d592a47acc7 /Makefile | |
parent | 0131e941ca8362ee149686a0da50bccf53e4f56a (diff) | |
download | FreeBSD-src-9b5cf9e92185f97913f5406421f9674d9573750e.zip FreeBSD-src-9b5cf9e92185f97913f5406421f9674d9573750e.tar.gz |
Use more reasonable defaults for SUP variables (and print them
correctly) now that sup is long since dead and buried.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) |