Install pxeboot_ia32.bin as part of a "make release" on i386 and amd64.

This commit is contained in:
he 2007-02-27 18:17:28 +00:00
parent b89010bfa3
commit 5f00d6d5a0
3 changed files with 11 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.5 2006/06/02 22:35:22 hubertf Exp $
# $NetBSD: Makefile.inc,v 1.6 2007/02/27 18:17:28 he Exp $
#
# etc.amd64/Makefile.inc -- amd64-specific etc Makefile targets
#
@ -9,10 +9,13 @@ BUILD_KERNELS= INSTALL INSTALL_ACPI
INSTALLATION_DIRS+= installation/cdrom
INSTALLATION_DIRS+= installation/floppy
INSTALLATION_DIRS+= installation/misc
# mkisofs arguments to generate bootable iso image
MKISOFS_FLAGS+= -b ${MACHINE}/installation/floppy/boot-big.fs
snap_md_post:
cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/cdrom '*.iso'
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs'
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc '*.*'

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.47 2006/11/19 11:21:19 dsl Exp $
# $NetBSD: Makefile.inc,v 1.48 2007/02/27 18:17:28 he Exp $
#
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
#
@ -31,6 +31,7 @@ INSTALLATION_DIRS+= installation/floppy
# i386 specific distrib stuff
snap_md_post:
cd ${KERNSRCDIR}/arch/i386/stand/dosboot && ${MAKE} release
cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release
cd ${KERNSRCDIR}/arch/i386/stand/misc && ${MAKE} release
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/cdrom '*.iso'
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs'

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2006/10/04 22:27:21 salo Exp $
# $NetBSD: Makefile,v 1.14 2007/02/27 18:17:28 he Exp $
S= ${.CURDIR}/../../../../
@ -76,3 +76,7 @@ VERSIONFILE= ${.CURDIR}/../pxeboot/version
.endif
.include "../Makefile.booters"
release: check_RELEASEDIR
${HOST_INSTALL_FILE} -m ${BINMODE} ${PROG} \
${RELEASEDIR}/${MACHINE}/installation/misc