Home | History | Annotate | Line # | Download | only in etc.i386
Makefile.inc revision 1.12.6.1
      1  1.12.6.1  wrstuden #	$NetBSD: Makefile.inc,v 1.12.6.1 1999/12/27 18:28:53 wrstuden 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.12.6.1  wrstuden # These are packaged and distributed
      7  1.12.6.1  wrstuden EXTRA_KERNELS+= GENERIC_TINY
      8  1.12.6.1  wrstuden 
      9  1.12.6.1  wrstuden # These are for use by the bootfloppy construction tools
     10  1.12.6.1  wrstuden INST_KERNELS= INSTALL INSTALL_TINY
     11  1.12.6.1  wrstuden 
     12  1.12.6.1  wrstuden # Build the INST_KERNELS and the boot floppies and install them
     13  1.12.6.1  wrstuden snap_md_post:
     14  1.12.6.1  wrstuden .for k in ${INST_KERNELS}
     15  1.12.6.1  wrstuden 	cd ${KERNCONFDIR} && config \
     16  1.12.6.1  wrstuden 		-b ${KERNOBJDIR}/${k} -s ${KERNSRCDIR} ${k}
     17  1.12.6.1  wrstuden .ifndef UPDATE
     18  1.12.6.1  wrstuden 	cd ${KERNOBJDIR}/${k} && ${MAKE} clean
     19  1.12.6.1  wrstuden .endif
     20  1.12.6.1  wrstuden 	cd ${KERNOBJDIR}/${k} && ${MAKE} depend && ${MAKE} ${_J}
     21  1.12.6.1  wrstuden .endfor
     22  1.12.6.1  wrstuden .ifndef UPDATE
     23  1.12.6.1  wrstuden 	cd ${.CURDIR}/../distrib/i386/floppies && ${MAKE} clean
     24  1.12.6.1  wrstuden .endif
     25  1.12.6.1  wrstuden 	cd ${.CURDIR}/../distrib/i386/floppies && \
     26  1.12.6.1  wrstuden 		${MAKE} depend && ${MAKE} ${_J} && ${MAKE} release
     27