Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/etc/etc.atari Add and md_post rule that handles the min...
details: https://anonhg.NetBSD.org/src/rev/ea86227c8413
branches: netbsd-1-5
changeset: 490142:ea86227c8413
user: leo <leo%NetBSD.org@localhost>
date: Sat Nov 04 21:04:05 2000 +0000
description:
Add and md_post rule that handles the miniroot and notes goop.
diffstat:
etc/etc.atari/Makefile.inc | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r b2472ceff2c1 -r ea86227c8413 etc/etc.atari/Makefile.inc
--- a/etc/etc.atari/Makefile.inc Sat Nov 04 06:56:56 2000 +0000
+++ b/etc/etc.atari/Makefile.inc Sat Nov 04 21:04:05 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.6 1999/06/07 14:44:46 leo Exp $
+# $NetBSD: Makefile.inc,v 1.6.8.1 2000/11/04 21:04:05 leo Exp $
#
# etc.atari/Makefile.inc -- atari-specific etc Makefile targets
#
@@ -6,3 +6,15 @@
# Set this for any kernels beyond GENERIC you want to include
# in the distribution.
EXTRA_KERNELS+= ATARITT BOOT BOOTX FALCON HADES
+
+INSTALLATION_DIRS+= installation/miniroot \
+ installation/misc
+
+snap_md_post:
+.ifndef UPDATE
+ cd ${.CURDIR}/../distrib && ${MAKE} cleandir
+.endif
+ cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
+ cd ${.CURDIR}/../distrib/miniroot && ${MAKE} && ${MAKE} release
+ cd ${.CURDIR}/../distrib/notes && ${MAKE} release
+# sh ${.CURDIR}/../distrib/sets/makesums -t ${RELEASEDIR}/installation/miniroot '*.gz'
Home |
Main Index |
Thread Index |
Old Index