Source-Changes-HG archive

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

[src/trunk]: src/distrib Bump a little to handle clang images.



details:   https://anonhg.NetBSD.org/src/rev/e08114a0fdb0
branches:  trunk
changeset: 824037:e08114a0fdb0
user:      christos <christos%NetBSD.org@localhost>
date:      Fri May 19 15:16:12 2017 +0000

description:
Bump a little to handle clang images.

diffstat:

 distrib/amd64/installimage/Makefile |  4 ++--
 distrib/i386/installimage/Makefile  |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 1f44cd7bc10a -r e08114a0fdb0 distrib/amd64/installimage/Makefile
--- a/distrib/amd64/installimage/Makefile       Fri May 19 14:42:00 2017 +0000
+++ b/distrib/amd64/installimage/Makefile       Fri May 19 15:16:12 2017 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.7 2017/05/11 10:49:18 martin Exp $
+#      $NetBSD: Makefile,v 1.8 2017/05/19 15:16:12 christos Exp $
 
 .include <bsd.own.mk>
 
 INSTIMGBASE=   NetBSD-${DISTRIBVER}-amd64-install      # gives ${IMGBASE}.img
 
 BOOTDISK=      sd0                     # for USB flash etc.
-INSTIMAGEMB?=  1300                    # for all installation binaries
+INSTIMAGEMB?=  1400                    # for all installation binaries
 
 PRIMARY_BOOT=          bootxx_ffsv1
 SECONDARY_BOOT=                boot
diff -r 1f44cd7bc10a -r e08114a0fdb0 distrib/i386/installimage/Makefile
--- a/distrib/i386/installimage/Makefile        Fri May 19 14:42:00 2017 +0000
+++ b/distrib/i386/installimage/Makefile        Fri May 19 15:16:12 2017 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.9 2016/02/20 16:40:15 christos Exp $
+#      $NetBSD: Makefile,v 1.10 2017/05/19 15:16:12 christos Exp $
 
 .include <bsd.own.mk>
 
 INSTIMGBASE=   NetBSD-${DISTRIBVER}-i386-install       # gives ${IMGBASE}.img
 
 BOOTDISK=      sd0                     # for USB flash etc.
-INSTIMAGEMB?=  1200                    # for all installation binaries
+INSTIMAGEMB?=  1300                    # for all installation binaries
 
 PRIMARY_BOOT=          bootxx_ffsv1
 SECONDARY_BOOT=                boot



Home | Main Index | Thread Index | Old Index