don't create an empty installation/misc directory in the release tree.
This commit is contained in:
parent
7347edd333
commit
18762df49a
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile.inc,v 1.8 2007/07/24 10:49:23 pavel Exp $
|
# $NetBSD: Makefile.inc,v 1.9 2015/02/05 21:50:42 snj Exp $
|
||||||
#
|
#
|
||||||
# etc.alpha/Makefile.inc -- alpha-specific etc Makefile targets
|
# etc.alpha/Makefile.inc -- alpha-specific etc Makefile targets
|
||||||
#
|
#
|
||||||
|
@ -13,8 +13,7 @@ BUILD_KERNELS+= INSTALL
|
||||||
INSTALLATION_DIRS+= installation/floppy \
|
INSTALLATION_DIRS+= installation/floppy \
|
||||||
installation/diskimage \
|
installation/diskimage \
|
||||||
installation/instkernel \
|
installation/instkernel \
|
||||||
installation/netboot \
|
installation/netboot
|
||||||
installation/misc
|
|
||||||
|
|
||||||
snap_md_post:
|
snap_md_post:
|
||||||
cd ${KERNSRCDIR}/arch/alpha/stand/netboot && ${MAKE} release
|
cd ${KERNSRCDIR}/arch/alpha/stand/netboot && ${MAKE} release
|
||||||
|
|
Loading…
Reference in New Issue