Source-Changes-HG archive

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

[src/netbsd-1-6]: src/distrib/hpcmips Pull up revision 1.22 (requested by shi...



details:   https://anonhg.NetBSD.org/src/rev/11d36761fdf2
branches:  netbsd-1-6
changeset: 529112:11d36761fdf2
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Sep 30 13:26:14 2002 +0000

description:
Pull up revision 1.22 (requested by shin in ticket #856):
reorder lines so that ${MAKESUMS} is executed after all files are installed.
(previous revision calculates checksums only for *boot.exe)

diffstat:

 distrib/hpcmips/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r d1b20f9bd316 -r 11d36761fdf2 distrib/hpcmips/Makefile
--- a/distrib/hpcmips/Makefile  Mon Sep 30 13:25:24 2002 +0000
+++ b/distrib/hpcmips/Makefile  Mon Sep 30 13:26:14 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.21 2002/05/08 21:44:55 lukem Exp $
+#      $NetBSD: Makefile,v 1.21.2.1 2002/09/30 13:26:14 lukem Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -18,6 +18,8 @@
 HPCBOOTDIR=    ${KERNSRCDIR}/arch/hpc/stand
 HPCBOOT=       ${HPCBOOTDIR}/binary/MIPS/hpcboot.exe.uu
 
+.include "${DISTRIBDIR}/common/Makefile.mdset"
+
 release:: check_RELEASEDIR .WAIT ${PBSDBOOT1} ${PBSDBOOT} ${HPCBOOT}
        (cd ${RELEASEDIR}/installation; ${UUDECODE} ${PBSDBOOT1}; \
            chmod ${NONBINMODE} pbsdboot1.exe)
@@ -28,6 +30,4 @@
            chmod ${NONBINMODE} hpcboot.exe)
        ${MAKESUMS} -t ${RELEASEDIR}/installation '*.gz' '*.exe'
 
-.include "${DISTRIBDIR}/common/Makefile.mdset"
-
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index