Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.newsmips Add MD Makefile.inc for newsmips to make re...



details:   https://anonhg.NetBSD.org/src/rev/49e37c94e81e
branches:  trunk
changeset: 521681:49e37c94e81e
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Feb 03 11:23:45 2002 +0000

description:
Add MD Makefile.inc for newsmips to make release.
XXX distrib/notes/newsmips is not yet.

diffstat:

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

diffs (17 lines):

diff -r ceb77b7e974e -r 49e37c94e81e etc/etc.newsmips/Makefile.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/etc.newsmips/Makefile.inc     Sun Feb 03 11:23:45 2002 +0000
@@ -0,0 +1,13 @@
+#      $NetBSD: Makefile.inc,v 1.1 2002/02/03 11:23:45 tsutsui Exp $
+
+KERNEL_SETS=           GENERIC
+
+BUILD_KERNELS=         INSTALL
+
+snap_md_post:
+.ifndef UPDATE
+       cd ${.CURDIR}/../distrib && ${MAKE} cleandir
+.endif
+       cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
+       cd ${.CURDIR}/../distrib/newsmips && ${MAKE} release
+       cd ${.CURDIR}/../distrib/notes && ${MAKE} release



Home | Main Index | Thread Index | Old Index