Source-Changes-HG archive

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

[src/netbsd-1-5]: src/etc/etc.hp300 Pull up revision 1.8 (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/0627ffdc06ee
branches:  netbsd-1-5
changeset: 491248:0627ffdc06ee
user:      he <he%NetBSD.org@localhost>
date:      Sat Apr 21 17:59:29 2001 +0000

description:
Pull up revision 1.8 (requested by he):
  Make sure to depend and build before doing ``make release'' in
  sys/arch/hp300/stand.

diffstat:

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

diffs (17 lines):

diff -r 06be7d7432ef -r 0627ffdc06ee etc/etc.hp300/Makefile.inc
--- a/etc/etc.hp300/Makefile.inc        Sat Apr 21 17:44:31 2001 +0000
+++ b/etc/etc.hp300/Makefile.inc        Sat Apr 21 17:59:29 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.7 2000/05/31 14:33:11 he Exp $
+#      $NetBSD: Makefile.inc,v 1.7.2.1 2001/04/21 17:59:29 he Exp $
 #
 #      etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets
 #
@@ -16,5 +16,6 @@
        cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
        cd ${.CURDIR}/../distrib/miniroot && ${MAKE} release
        cd ${.CURDIR}/../distrib/notes && ${MAKE} release
-       cd ${.CURDIR}/../sys/arch/hp300/stand && ${MAKE} release
+       cd ${.CURDIR}/../sys/arch/hp300/stand && \
+         ${MAKE} depend && ${MAKE} && ${MAKE} release
        sh ${.CURDIR}/../distrib/sets/makesums -t ${RELEASEDIR}/installation/misc 'SYS*'



Home | Main Index | Thread Index | Old Index