Source-Changes-HG archive

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

[src/netbsd-1-4]: src/etc/etc.x68k Pull up revision 1.7 (via patch, requested...



details:   https://anonhg.NetBSD.org/src/rev/f296dcf43e3a
branches:  netbsd-1-4
changeset: 470774:f296dcf43e3a
user:      he <he%NetBSD.org@localhost>
date:      Sun Jul 09 21:45:35 2000 +0000

description:
Pull up revision 1.7 (via patch, requested by minoura):
  Automatically descend to the distrib dir in ``make release''.

diffstat:

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

diffs (26 lines):

diff -r 4c190fe4fb77 -r f296dcf43e3a etc/etc.x68k/Makefile.inc
--- a/etc/etc.x68k/Makefile.inc Sun Jul 09 21:45:02 2000 +0000
+++ b/etc/etc.x68k/Makefile.inc Sun Jul 09 21:45:35 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.6 1999/02/05 03:01:54 cjs Exp $
+#      $NetBSD: Makefile.inc,v 1.6.2.1 2000/07/09 21:45:35 he Exp $
 #
 #      etc.x68k/Makefile.inc -- x68k-specific etc Makefile targets
 #
@@ -6,5 +6,16 @@
 # Set this for any kernels beyond GENERIC you want to include
 # in the distribution.
 EXTRA_KERNELS+= SMALL
+BUILD_KERNELS+= INSTALL
 
 LOCALTIME=     Japan
+
+INSTALLATION_DIRS+=   installation/floppy     \
+                      installation/misc
+
+snap_md_post:
+.ifndef UPDATE
+       cd ${.CURDIR}/../distrib/${MACHINE}/floppies && ${MAKE} clean
+.endif
+       cd ${.CURDIR}/../distrib/${MACHINE}/floppies && \
+               ${MAKE} depend && ${MAKE} ${_J} && ${MAKE} release



Home | Main Index | Thread Index | Old Index