Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/etc/etc.sparc Apply patch (requested by he):
details: https://anonhg.NetBSD.org/src/rev/36bd0bc37b35
branches: netbsd-1-4
changeset: 470777:36bd0bc37b35
user: he <he%NetBSD.org@localhost>
date: Thu Jul 13 16:51:32 2000 +0000
description:
Apply patch (requested by he):
Enhance the "make release" process:
o Make installation directories
o Build the distrib bits
diffstat:
etc/etc.sparc/Makefile.inc | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r ec1241229bff -r 36bd0bc37b35 etc/etc.sparc/Makefile.inc
--- a/etc/etc.sparc/Makefile.inc Sun Jul 09 21:52:45 2000 +0000
+++ b/etc/etc.sparc/Makefile.inc Thu Jul 13 16:51:32 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.13 1999/02/05 03:01:53 cjs Exp $
+# $NetBSD: Makefile.inc,v 1.13.2.1 2000/07/13 16:51:32 he Exp $
#
# etc.sparc/Makefile.inc -- sparc-specific etc Makefile targets
#
@@ -6,3 +6,16 @@
# Set this for any kernels beyond GENERIC you want to include
# in the distribution.
EXTRA_KERNELS+= GENERIC_SCSI3
+
+INSTALLATION_DIRS+= \
+ installation/bootfs \
+ installation/ramdisk
+
+# Build the boot media and install them
+snap_md_post:
+.ifndef UPDATE
+ cd ${.CURDIR}/../distrib && ${MAKE} cleandir
+.endif
+ cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
+ cd ${.CURDIR}/../distrib/sparc && ${MAKE} release
+
Home |
Main Index |
Thread Index |
Old Index