Source-Changes-HG archive

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

[src/trunk]: src/distrib/cdrom revert part of previous;



details:   https://anonhg.NetBSD.org/src/rev/0fd668f5a3cc
branches:  trunk
changeset: 537609:0fd668f5a3cc
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Oct 03 05:26:49 2002 +0000

description:
revert part of previous;
alpha installboot still needs to come after everything else, because non of
the other installboot(8) backends support recalculating the alpha checksum
(yet).

diffstat:

 distrib/cdrom/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r de1a0f43bb08 -r 0fd668f5a3cc distrib/cdrom/Makefile
--- a/distrib/cdrom/Makefile    Thu Oct 03 05:18:59 2002 +0000
+++ b/distrib/cdrom/Makefile    Thu Oct 03 05:26:49 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2002/10/03 03:58:56 lukem Exp $
+# $NetBSD: Makefile,v 1.11 2002/10/03 05:26:49 lukem Exp $
 #
 # Consult "*.conf" for the configuration variables; this Makefile is typically
 # not edited for basic configuration changes.
@@ -366,15 +366,15 @@
        ${MACPPC_IBOOTDIR}/macppc_installboot $@ $$blknum 756
        dd if=${EXTFILEDIR}/macppc.ofwboot bs=64k count=1 conv=sync >>$@ 2>/dev/null
 .endif
-.if !empty(BASE_PORTS.${image}:Malpha)
-       ${ALPHA_IBOOT} $@ ${BOOTFILE.alpha}
-.endif
 .if !empty(BASE_PORTS.${image}:Mpmax)
        ${PMAX_IBOOT} $@ ${BOOTFILE.pmax}
 .endif
 .if !empty(BASE_PORTS.${image}:Mvax)
        ${VAX_IBOOT} $@ ${BOOTFILE.vax}
 .endif
+.if !empty(BASE_PORTS.${image}:Malpha)
+       ${ALPHA_IBOOT} $@ ${BOOTFILE.alpha}
+.endif
        @echo Rounding up to 32k boundary and padding 32k....
        @size=`ls -l $@ | awk '{print $$5}'` && \
        newsize=$$(($$(($$size + 32767)) / 32768 * 32768)) && \



Home | Main Index | Thread Index | Old Index