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.amiga Pullup from -current, requested by is, gr...
details: https://anonhg.NetBSD.org/src/rev/c306c27727bd
branches: netbsd-1-5
changeset: 489478:c306c27727bd
user: is <is%NetBSD.org@localhost>
date: Tue Sep 19 18:18:20 2000 +0000
description:
Pullup from -current, requested by is, granted by thorpej: Makefile.inc 1.14
>From mhitch:
Build miniroot and installation notes, too, when building a release.
diffstat:
etc/etc.amiga/Makefile.inc | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 6c7be53c4493 -r c306c27727bd etc/etc.amiga/Makefile.inc
--- a/etc/etc.amiga/Makefile.inc Tue Sep 19 18:15:11 2000 +0000
+++ b/etc/etc.amiga/Makefile.inc Tue Sep 19 18:18:20 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.12.4.1 2000/08/30 20:49:38 is Exp $
+# $NetBSD: Makefile.inc,v 1.12.4.2 2000/09/19 18:18:20 is Exp $
#
# etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets
#
@@ -7,5 +7,15 @@
# in the distribution.
EXTRA_KERNELS+=INSTALL INSTWDCPCM
+INSTALLATION_DIRS+= installation/miniroot \
+ installation/misc
+
snap_md_post:
- (cd $(SRCTOP)/distrib/miniroot; ${MAKE} release)
+# (cd $(SRCTOP)/distrib/miniroot; ${MAKE} release)
+.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