From 213f271939d0e2035efe95f6e861ea93bdd4fa77 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Mon, 30 Jan 1995 07:01:56 +0000 Subject: [PATCH] Make jkhdist also update the tree. --- release/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/Makefile b/release/Makefile index 4263707ff7c..c7a5a5cd630 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"