summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/Makefile4
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"
OpenPOWER on IntegriCloud