[SRU][J][PATCH 1/1] UBUNTU: [Packaging] fix typo in 4-checks.mk

Andrei Gherzan andrei.gherzan at canonical.com
Thu May 25 15:35:55 UTC 2023


BugLink: https://bugs.launchpad.net/bugs/2020413

There is a syntax typo/error in 4-checks.mk where "else" misses a
semicolon.

This bug can be hit only if we are still using the old
configs+annotations model and we opt to not migrate to the new model.

Signed-off-by: Andrei Gherzan <andrei.gherzan at canonical.com>
---
 debian/rules.d/4-checks.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules.d/4-checks.mk b/debian/rules.d/4-checks.mk
index 5606745afef7..1671dba31f6b 100644
--- a/debian/rules.d/4-checks.mk
+++ b/debian/rules.d/4-checks.mk
@@ -32,7 +32,7 @@ config-prepare-check-%: $(stampdir)/stamp-prepare-tree-%
 	if [ -e $(commonconfdir)/config.common.ubuntu ]; then \
 		perl -f $(DROOT)/scripts/config-check \
 			$(builddir)/build-$*/.config "$(arch)" "$*" "$(commonconfdir)" \
-			"$(skipconfig)" "$(do_enforce_all)" \
+			"$(skipconfig)" "$(do_enforce_all)"; \
 	else \
 		python3 $(DROOT)/scripts/misc/annotations -f $(commonconfdir)/annotations \
 			--arch $(arch) --flavour $* --check $(builddir)/build-$*/.config; \
-- 
2.34.1




More information about the kernel-team mailing list