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