Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.next68k Add a Makefile.inc with snap_md_post to buil...
details: https://anonhg.NetBSD.org/src/rev/279676b00100
branches: trunk
changeset: 495114:279676b00100
user: briggs <briggs%NetBSD.org@localhost>
date: Sat Jul 22 02:33:53 2000 +0000
description:
Add a Makefile.inc with snap_md_post to build and install release notes
for a make release or make snapshot.
diffstat:
etc/etc.next68k/Makefile.inc | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diffs (20 lines):
diff -r cf1cb04aa9d6 -r 279676b00100 etc/etc.next68k/Makefile.inc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/etc.next68k/Makefile.inc Sat Jul 22 02:33:53 2000 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile.inc,v 1.1 2000/07/22 02:33:53 briggs Exp $
+#
+# etc.next68k/Makefile.inc -- next68k-specific etc Makefile targets
+#
+
+# Set this for any kernels beyond GENERIC you want to include
+# in the distribution.
+EXTRA_KERNELS+=
+
+# Build the release notes and install them
+snap_md_post:
+.ifndef UPDATE
+ cd ${.CURDIR}/../distrib && ${MAKE} cleandir
+.endif
+ cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
+ cd ${.CURDIR}/../distrib/notes && ${MAKE} release
Home |
Main Index |
Thread Index |
Old Index