Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.i386 Clean up a bit.
details: https://anonhg.NetBSD.org/src/rev/44ece46a61d5
branches: trunk
changeset: 482710:44ece46a61d5
user: mycroft <mycroft%NetBSD.org@localhost>
date: Sun Feb 20 03:11:12 2000 +0000
description:
Clean up a bit.
diffstat:
etc/etc.i386/Makefile.inc | 16 ++++------------
1 files changed, 4 insertions(+), 12 deletions(-)
diffs (32 lines):
diff -r f8e309f11a75 -r 44ece46a61d5 etc/etc.i386/Makefile.inc
--- a/etc/etc.i386/Makefile.inc Sun Feb 20 03:10:50 2000 +0000
+++ b/etc/etc.i386/Makefile.inc Sun Feb 20 03:11:12 2000 +0000
@@ -1,24 +1,16 @@
-# $NetBSD: Makefile.inc,v 1.14 2000/01/19 08:36:30 mycroft Exp $
+# $NetBSD: Makefile.inc,v 1.15 2000/02/20 03:11:12 mycroft Exp $
#
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
#
# These are packaged and distributed
-EXTRA_KERNELS+= GENERIC GENERIC_TINY
+EXTRA_KERNELS+= GENERIC_TINY
# These are for use by the bootfloppy construction tools
-INST_KERNELS= INSTALL INSTALL_TINY
+BUILD_KERNELS+= INSTALL INSTALL_TINY
-# Build the INST_KERNELS and the boot floppies and install them
+# Build the boot floppies and install them
snap_md_post:
-.for k in ${INST_KERNELS}
- cd ${KERNCONFDIR} && config \
- -b ${KERNOBJDIR}/${k} -s ${KERNSRCDIR} ${k}
-.ifndef UPDATE
- cd ${KERNOBJDIR}/${k} && ${MAKE} clean
-.endif
- cd ${KERNOBJDIR}/${k} && ${MAKE} depend && ${MAKE} ${_J}
-.endfor
.ifndef UPDATE
cd ${.CURDIR}/../distrib/i386/floppies && ${MAKE} clean
.endif
Home |
Main Index |
Thread Index |
Old Index