Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.vax build INSTALL for ramdisk. cleanup pcs750.bin r...



details:   https://anonhg.NetBSD.org/src/rev/dcdce24573a7
branches:  trunk
changeset: 486287:dcdce24573a7
user:      matt <matt%NetBSD.org@localhost>
date:      Wed May 17 21:40:45 2000 +0000

description:
build INSTALL for ramdisk.  cleanup pcs750.bin rules to not leave droppings
behind.

diffstat:

 etc/etc.vax/Makefile.inc |  15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r ced30d286be8 -r dcdce24573a7 etc/etc.vax/Makefile.inc
--- a/etc/etc.vax/Makefile.inc  Wed May 17 21:22:18 2000 +0000
+++ b/etc/etc.vax/Makefile.inc  Wed May 17 21:40:45 2000 +0000
@@ -1,16 +1,17 @@
-#      $NetBSD: Makefile.inc,v 1.6 1999/07/25 04:23:49 abs Exp $
+#      $NetBSD: Makefile.inc,v 1.7 2000/05/17 21:40:45 matt Exp $
 #
 #      etc.vax/Makefile.inc -- vax-specific etc Makefile targets
 #
 
-# Set this for any kernels beyond GENERIC you want to include
-# in the distribution.
-#EXTRA_KERNELS+=
+# 
+# We need this to build the sysinst kernel.
+BUILD_KERNELS+=INSTALL
 
 distribution: pcs750.bin
 
-pcs750.bin:
-       (cd etc.vax;uudecode pcs750.bin.uu)
-       (cd etc.vax; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \
+pcs750.bin: etc.vax/pcs750.bin.uu
+       (cd etc.vax; uudecode pcs750.bin.uu)
+       (cd etc.vax; install -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \
            ${DESTDIR}/)
+       
 



Home | Main Index | Thread Index | Old Index