Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.hp300 Drop into ${.CURDIR}/../distrib/${MACHINE} and...



details:   https://anonhg.NetBSD.org/src/rev/9b3b5e74e8b0
branches:  trunk
changeset: 525656:9b3b5e74e8b0
user:      gmcgarry <gmcgarry%NetBSD.org@localhost>
date:      Sun Apr 14 20:50:20 2002 +0000

description:
Drop into ${.CURDIR}/../distrib/${MACHINE} and make release.

diffstat:

 etc/etc.hp300/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 67c317ce7807 -r 9b3b5e74e8b0 etc/etc.hp300/Makefile.inc
--- a/etc/etc.hp300/Makefile.inc        Sun Apr 14 20:48:16 2002 +0000
+++ b/etc/etc.hp300/Makefile.inc        Sun Apr 14 20:50:20 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.12 2002/03/31 16:07:55 bjh21 Exp $
+#      $NetBSD: Makefile.inc,v 1.13 2002/04/14 20:50:20 gmcgarry Exp $
 #
 #      etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets
 #
@@ -15,6 +15,7 @@
 .endif
        cd ${.CURDIR}/../distrib/notes && ${MAKE} release
        cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
+       cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} release
        cd ${.CURDIR}/../distrib/miniroot && ${MAKE} release
        cd ${.CURDIR}/../sys/arch/hp300/stand && \
          ${MAKE} depend && ${MAKE} && ${MAKE} release



Home | Main Index | Thread Index | Old Index