Descend into distrib so as to ensure the INSTALL notes get built.
This commit is contained in:
parent
769ca97e2b
commit
f6df033e2d
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.inc,v 1.3 2002/03/31 16:07:54 bjh21 Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.4 2002/04/04 23:30:35 bjh21 Exp $
|
||||
#
|
||||
# etc.cats/Makefile.inc -- cats-specific etc Makefile targets
|
||||
#
|
||||
|
@ -15,7 +15,7 @@ snap_md_post:
|
|||
.ifndef UPDATE
|
||||
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
||||
.endif
|
||||
# cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
||||
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
||||
# cd ${.CURDIR}/../distrib/cats && ${MAKE} release
|
||||
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
||||
# ${MAKESUMS} -t ${RELEASEDIR}/installation/kernel '*.gz'
|
||||
|
|
Loading…
Reference in New Issue