Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.arc Build distrib sets for release.
details: https://anonhg.NetBSD.org/src/rev/83ec06bcc8a3
branches: trunk
changeset: 525645:83ec06bcc8a3
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Apr 14 14:20:05 2002 +0000
description:
Build distrib sets for release.
diffstat:
etc/etc.arc/Makefile.inc | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diffs (17 lines):
diff -r 1a8fa2153d83 -r 83ec06bcc8a3 etc/etc.arc/Makefile.inc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/etc.arc/Makefile.inc Sun Apr 14 14:20:05 2002 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile.inc,v 1.1 2002/04/14 14:20:05 tsutsui Exp $
+
+KERNEL_SETS= GENERIC
+
+BUILD_KERNELS= RAMDISK
+
+snap_md_post:
+.ifndef UPDATE
+ cd ${.CURDIR}/../distrib && ${MAKE} cleandir
+.endif
+ cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
+ cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} release
+ cd ${.CURDIR}/../distrib/notes && ${MAKE} release
Home |
Main Index |
Thread Index |
Old Index