It is easy to use it if netbsd-INSTALL isn't gzip'ed.
This commit is contained in:
parent
99f6189dca
commit
832577f758
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2009/01/28 11:21:56 nonaka Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2009/01/28 11:43:28 nonaka Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
|
@ -9,7 +9,9 @@ RAMDISK= ${RAMDISKDIR}/ramdisk.fs
|
|||
MDSETTARGETS= INSTALL ${RAMDISK} netbsd-INSTALL
|
||||
MDSET_RELEASEDIR= installation/kernel
|
||||
|
||||
MDSET_NOGZIP= # defined
|
||||
MDSET_NOSTRIP= # defined
|
||||
MDSET_NOSYMBOLS= # defined
|
||||
|
||||
.include "${DISTRIBDIR}/common/Makefile.mdset"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.inc,v 1.4 2009/01/28 11:21:55 nonaka Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.5 2009/01/28 11:43:28 nonaka Exp $
|
||||
#
|
||||
# etc.zaurus/Makefile.inc -- zaurus-specific etc Makefile targets
|
||||
#
|
||||
|
@ -13,4 +13,4 @@ INSTALLATION_DIRS+= installation/kernel
|
|||
snap_md_post:
|
||||
cd ${KERNSRCDIR}/arch/zaurus/stand/zbsdmod && ${MAKE} release
|
||||
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation '*'
|
||||
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/kernel '*.gz'
|
||||
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/kernel '*'
|
||||
|
|
Loading…
Reference in New Issue