diff options
author | jkh <jkh@FreeBSD.org> | 1995-01-30 07:01:56 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-01-30 07:01:56 +0000 |
commit | 602e297dabad86965a0d8742478a23a3da4f6f27 (patch) | |
tree | 19cc0f0e32a2b4431ee33c2d35675603e8fc8d10 /release/Makefile | |
parent | a552f67c14a22ae4ade7d287b183df953d852965 (diff) | |
download | FreeBSD-src-602e297dabad86965a0d8742478a23a3da4f6f27.zip FreeBSD-src-602e297dabad86965a0d8742478a23a3da4f6f27.tar.gz |
Make jkhdist also update the tree.
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index 4263707..c7a5a5c 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.94 1995/01/29 02:12:30 phk Exp $ +# $Id: Makefile,v 1.96 1995/01/30 03:22:24 phk Exp $ # FLOPPY= fd0 @@ -175,7 +175,7 @@ MTREEFILES= ${.CURDIR}/../etc/mtree jkhdist: @echo "--> Making all" - ( cd ${.CURDIR}/..; ${MAKE} all ) + ( cd ${.CURDIR}/..; cvs update -P -d -q; ${MAKE} all ) @echo "--> Making distribute" ( cd ${.CURDIR}/..; ${MAKE} distribute ) @echo "--> Making beforetarballs" |