Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.x68k installation/* are copied in `make release'.



details:   https://anonhg.NetBSD.org/src/rev/739220389edd
branches:  trunk
changeset: 479883:739220389edd
user:      minoura <minoura%NetBSD.org@localhost>
date:      Fri Dec 24 17:03:34 1999 +0000

description:
installation/* are copied in `make release'.

diffstat:

 etc/etc.x68k/Makefile.inc |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r bcb3c834e02c -r 739220389edd etc/etc.x68k/Makefile.inc
--- a/etc/etc.x68k/Makefile.inc Fri Dec 24 17:02:13 1999 +0000
+++ b/etc/etc.x68k/Makefile.inc Fri Dec 24 17:03:34 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.6 1999/02/05 03:01:54 cjs Exp $
+#      $NetBSD: Makefile.inc,v 1.7 1999/12/24 17:03:34 minoura Exp $
 #
 #      etc.x68k/Makefile.inc -- x68k-specific etc Makefile targets
 #
@@ -6,5 +6,17 @@
 # Set this for any kernels beyond GENERIC you want to include
 # in the distribution.
 EXTRA_KERNELS+= SMALL
+BUILD_KERNELS+=        INSTALL INSTALL_SMALL
 
 LOCALTIME=     Japan
+
+INSTALLATION_DIRS+=    installation/floppy     \
+                       installation/misc
+
+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