Make jkhdist also update the tree.

This commit is contained in:
Jordan K. Hubbard 1995-01-30 07:01:56 +00:00
parent 85cd355ef1
commit 213f271939

View file

@ -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"