CVS commit: src/distrib/evbarm/installimage

2021-12-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec 31 16:40:59 UTC 2021

Modified Files:
src/distrib/evbarm/installimage: Makefile

Log Message:
Grow a little


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/distrib/evbarm/installimage/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/evbarm/installimage/Makefile
diff -u src/distrib/evbarm/installimage/Makefile:1.9 src/distrib/evbarm/installimage/Makefile:1.10
--- src/distrib/evbarm/installimage/Makefile:1.9	Wed Sep  8 07:20:44 2021
+++ src/distrib/evbarm/installimage/Makefile	Fri Dec 31 11:40:59 2021
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.9 2021/09/08 11:20:44 christos Exp $
+#	$NetBSD: Makefile,v 1.10 2021/12/31 16:40:59 christos Exp $
 
 .include 
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-evbarm-${MACHINE_ARCH}-install	# gives ${IMGBASE}.img
 
-INSTIMAGEMB?=	1600			# for all installation binaries
+INSTIMAGEMB?=	1650			# for all installation binaries
 
 .if !empty(MACHINE_ARCH:Maarch64*)
 EFIBOOT=		${WORKDIR}/usr/mdec/bootaa64.efi



CVS commit: src/distrib/evbarm/installimage

2021-12-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec 31 16:40:59 UTC 2021

Modified Files:
src/distrib/evbarm/installimage: Makefile

Log Message:
Grow a little


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/distrib/evbarm/installimage/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/evbarm/installimage

2021-09-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Sep  8 11:20:44 UTC 2021

Modified Files:
src/distrib/evbarm/installimage: Makefile

Log Message:
bump for clang/llvm


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/distrib/evbarm/installimage/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/evbarm/installimage

2021-09-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Sep  8 11:20:44 UTC 2021

Modified Files:
src/distrib/evbarm/installimage: Makefile

Log Message:
bump for clang/llvm


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/distrib/evbarm/installimage/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/evbarm/installimage/Makefile
diff -u src/distrib/evbarm/installimage/Makefile:1.8 src/distrib/evbarm/installimage/Makefile:1.9
--- src/distrib/evbarm/installimage/Makefile:1.8	Mon Feb  8 14:11:41 2021
+++ src/distrib/evbarm/installimage/Makefile	Wed Sep  8 07:20:44 2021
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.8 2021/02/08 19:11:41 martin Exp $
+#	$NetBSD: Makefile,v 1.9 2021/09/08 11:20:44 christos Exp $
 
 .include 
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-evbarm-${MACHINE_ARCH}-install	# gives ${IMGBASE}.img
 
-INSTIMAGEMB?=	1550			# for all installation binaries
+INSTIMAGEMB?=	1600			# for all installation binaries
 
 .if !empty(MACHINE_ARCH:Maarch64*)
 EFIBOOT=		${WORKDIR}/usr/mdec/bootaa64.efi