diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-01 11:19:24 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-01 11:19:24 +0000 |
| commit | f4df96ec7eb36e0d727d87d2addb7afc52f8373a (patch) | |
| tree | 107aa4e9b7c99afce7805b506594d48acbd5995a | |
| parent | 431d67b60e8fa635b2c4ea31c4ff5d55d36ad428 (diff) | |
Notes
| -rw-r--r-- | release/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index c7a5a5cd6304..be7b83827a3c 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.96 1995/01/30 03:22:24 phk Exp $ +# $Id: Makefile,v 1.97 1995/01/30 07:01:56 jkh Exp $ # FLOPPY= fd0 @@ -175,7 +175,7 @@ MTREEFILES= ${.CURDIR}/../etc/mtree jkhdist: @echo "--> Making all" - ( cd ${.CURDIR}/..; cvs update -P -d -q; ${MAKE} all ) + ( cd ${.CURDIR}/..; ${MAKE} all ) @echo "--> Making distribute" ( cd ${.CURDIR}/..; ${MAKE} distribute ) @echo "--> Making beforetarballs" |
