Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.mac68k Make nomenclature more sensible: INST_KERNELS...



details:   https://anonhg.NetBSD.org/src/rev/d3b75ab16797
branches:  trunk
changeset: 479879:d3b75ab16797
user:      fredb <fredb%NetBSD.org@localhost>
date:      Fri Dec 24 15:14:29 1999 +0000

description:
Make nomenclature more sensible: INST_KERNELS -> EXTRA_INSTALL_KERNELS,
and pass it through to the instkernel/Makefile release target.

diffstat:

 etc/etc.mac68k/Makefile.inc |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (45 lines):

diff -r d4c3c87bebc0 -r d3b75ab16797 etc/etc.mac68k/Makefile.inc
--- a/etc/etc.mac68k/Makefile.inc       Fri Dec 24 13:56:35 1999 +0000
+++ b/etc/etc.mac68k/Makefile.inc       Fri Dec 24 15:14:29 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.1 1999/12/17 20:54:31 fredb Exp $
+#      $NetBSD: Makefile.inc,v 1.2 1999/12/24 15:14:29 fredb Exp $
 #
 #      mac68k-specific release building goo
 #
@@ -13,16 +13,16 @@
 #  2) if we include GENERIC here without also setting
 #     UPDATE, we'll end up building GENERIC twice.
 #
-#EXTRA_KERNELS+=       GENERIC GENERICSBC
+#EXTRA_KERNELS+=               GENERIC GENERICSBC
+EXTRA_INSTALL_KERNELS+=        INSTALL
 
-INST_KERNELS+=                 INSTALL
-INSTALLATION_DIRS+=    installation/instkernel
+INSTALLATION_DIRS+=            installation/instkernel
 
 snap_md_post:
 #
 # Build the install kernels...
 #
-.for k in ${INST_KERNELS}
+.for k in ${EXTRA_INSTALL_KERNELS}
        cd ${KERNCONFDIR} && config \
                -b ${KERNOBJDIR}/${k} -s ${KERNSRCDIR} ${k}
 .ifndef UPDATE
@@ -42,12 +42,12 @@
 #
 # and put them all together.
 #
-.for k in ${INST_KERNELS}
+.for k in ${EXTRA_INSTALL_KERNELS}
 .ifndef UPDATE
        cd ${.CURDIR}/../distrib/mac68k/instkernel/instkernel && \
                ${MAKE} clean
 .endif
        cd ${.CURDIR}/../distrib/mac68k/instkernel/instkernel && \
-               ${MAKE} INSTALL_KERNEL=${k} && ${MAKE} release
+               ${MAKE} INSTALL_KERNEL=${k} && ${MAKE} release INSTALL_KERNEL=${k}
 .endfor
        sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/instkernel



Home | Main Index | Thread Index | Old Index