mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make jkhdist also update the tree.
This commit is contained in:
parent
85cd355ef1
commit
213f271939
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue