From 5130102fc43f7f3a897796b14918305ad96e1b4c Mon Sep 17 00:00:00 2001 From: Angelo Dureghello Date: Fri, 5 Nov 2021 16:20:24 +0100 Subject: makefile: add missing semicolons On some distributions, as Debian GNU 11, this targets fails with errors. Signed-off-by: Angelo Dureghello --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0220e8d..5064996 100644 --- a/Makefile +++ b/Makefile @@ -1246,7 +1246,7 @@ binary_size_check: u-boot-nodtb.bin FORCE echo "u-boot.map shows a binary size of $$map_size" >&2 ; \ echo " but u-boot-nodtb.bin shows $$file_size" >&2 ; \ exit 1; \ - fi \ + fi; \ fi ifeq ($(CONFIG_INIT_SP_RELATIVE)$(CONFIG_OF_SEPARATE),yy) -- cgit v1.1 From ade37460a944aed36ae6ee634c4d4a9a22690461 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 29 Nov 2021 11:16:03 -0500 Subject: Prepare v2022.01-rc3 Signed-off-by: Tom Rini --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5064996..179d314 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ VERSION = 2022 PATCHLEVEL = 01 SUBLEVEL = -EXTRAVERSION = -rc2 +EXTRAVERSION = -rc3 NAME = # *DOCUMENTATION* -- cgit v1.1