Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.amiga When building a release, build miniroot and in...
details: https://anonhg.NetBSD.org/src/rev/40ddf6f308f6
branches: trunk
changeset: 497053:40ddf6f308f6
user: is <is%NetBSD.org@localhost>
date: Sun Sep 17 19:04:39 2000 +0000
description:
When building a release, build miniroot and installation notes automatically,
too. Patch by Michael Hitch.
diffstat:
etc/etc.amiga/Makefile.inc | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 50772434ea93 -r 40ddf6f308f6 etc/etc.amiga/Makefile.inc
--- a/etc/etc.amiga/Makefile.inc Sun Sep 17 18:24:12 2000 +0000
+++ b/etc/etc.amiga/Makefile.inc Sun Sep 17 19:04:39 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.13 2000/08/29 21:14:31 is Exp $
+# $NetBSD: Makefile.inc,v 1.14 2000/09/17 19:04:39 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