Home | History | Annotate | Line # | Download | only in etc.i386
Makefile.inc revision 1.55.2.2
      1 #	$NetBSD: Makefile.inc,v 1.55.2.2 2008/01/23 19:52:25 bouyer Exp $
      2 #
      3 #	etc.i386/Makefile.inc -- i386-specific etc Makefile targets
      4 #
      5 
      6 # If you change the list of distributed kernels, don't forget
      7 # to update the release documentation in distrib/notes/common/contents
      8 
      9 KERNEL_SETS=	GENERIC
     10 KERNEL_SETS+=	GENERIC.NOACPI
     11 KERNEL_SETS+=	XEN2_DOM0
     12 KERNEL_SETS+=	XEN2_DOMU
     13 KERNEL_SETS+=	XEN3_DOM0
     14 KERNEL_SETS+=	XEN3_DOMU
     15 KERNEL_SETS+=	XEN3PAE_DOMU
     16 # KERNEL_SETS+=	GENERIC_TINY
     17 # KERNEL_SETS+=	GENERIC_PS2TINY
     18 
     19 BUILD_KERNELS=	ALL
     20 BUILD_KERNELS+=	INSTALL_LARGE
     21 BUILD_KERNELS+=	INSTALL
     22 BUILD_KERNELS+=	INSTALL_XEN2_DOMU
     23 BUILD_KERNELS+=	INSTALL_XEN3_DOMU
     24 BUILD_KERNELS+=	INSTALL_XEN3PAE_DOMU
     25 # BUILD_KERNELS+=	INSTALL_SMALL
     26 # BUILD_KERNELS+=	INSTALL_TINY
     27 # BUILD_KERNELS+=	INSTALL_PS2
     28 
     29 INSTALLATION_DIRS+=	installation/misc
     30 INSTALLATION_DIRS+=	installation/cdrom
     31 INSTALLATION_DIRS+=	installation/floppy
     32 
     33 # i386 specific distrib stuff
     34 snap_md_post:
     35 	cd ${KERNSRCDIR}/arch/i386/stand/dosboot && ${MAKE} release
     36 	cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release
     37 	cd ${KERNSRCDIR}/arch/i386/stand/misc && ${MAKE} release
     38 	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/cdrom '*.iso'
     39 	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs'
     40 	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc '*.*'
     41