Home | History | Annotate | Line # | Download | only in etc.i386
Makefile.inc revision 1.33
      1  1.33       tv #	$NetBSD: Makefile.inc,v 1.33 2002/04/13 00:00:20 tv Exp $
      2   1.1      cgd #
      3   1.1      cgd #	etc.i386/Makefile.inc -- i386-specific etc Makefile targets
      4   1.1      cgd #
      5   1.8    perry 
      6  1.30  thorpej KERNEL_SETS=	GENERIC GENERIC_TINY GENERIC_LAPTOP GENERIC_DIAGNOSTIC \
      7  1.30  thorpej 		GENERIC_PS2TINY
      8  1.30  thorpej 
      9  1.30  thorpej BUILD_KERNELS=	INSTALL INSTALL_SMALL INSTALL_TINY INSTALL_LAPTOP INSTALL_PS2
     10  1.13       he 
     11  1.23    jhawk INSTALLATION_DIRS += installation/misc
     12  1.13       he 
     13  1.24  hubertf # mkisofs arguments to generate bootable iso image
     14  1.24  hubertf MKISOFS_FLAGS+=	-b installation/floppy/boot-big.fs
     15  1.24  hubertf 
     16  1.26     fvdl # Tar up extra kernel sets.
     17  1.19    fredb # Build the boot floppies and install them
     18  1.17    fredb snap_md_post:
     19  1.13       he .ifndef UPDATE
     20  1.21  thorpej 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     21  1.13       he .endif
     22  1.21  thorpej 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     23  1.21  thorpej 	cd ${.CURDIR}/../distrib/i386 && ${MAKE} release
     24  1.21  thorpej 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     25  1.23    jhawk 	cd ${.CURDIR}/../sys/arch/i386/stand/dosboot && ${MAKE} release
     26  1.32       tv 	cd ${.CURDIR}/../sys/arch/i386/stand/misc && ${MAKE} release
     27  1.33       tv 	${MAKESUMS} -t ${RELEASEDIR}/installation/floppy '*.fs'
     28  1.33       tv 	${MAKESUMS} -t ${RELEASEDIR}/installation/misc '*.*'
     29  1.24  hubertf 
     30  1.24  hubertf # For "make iso-image"
     31  1.24  hubertf iso-image_md_pre:
     32  1.24  hubertf 	echo iso-image_md_pre ${MACHINE_ARCH}
     33  1.24  hubertf iso-image_md_post:
     34  1.24  hubertf 	echo iso-image_md_post ${MACHINE_ARCH}
     35