From e27a700f3e140015c02be05853d94b7f3dcc0f28 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Sat, 8 Jan 2022 23:44:06 -0700 Subject: [PATCH] core/pkg-utils: add missing bracket/sep This appears to have been incorrectly removed in: 03aa3e6ac71a0fe1ff87fe192c8de0b1acebd0df Fixes: package/pkg-utils.mk:212: *** unterminated call to function 'foreach': missing ')'. Stop. make: *** [Makefile:84: _all] Error 2 Signed-off-by: James Hilliard Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/pkg-utils.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/pkg-utils.mk b/package/pkg-utils.mk index 6aa64a2096..7d1aea7710 100644 --- a/package/pkg-utils.mk +++ b/package/pkg-utils.mk @@ -214,7 +214,7 @@ define per-package-rsync $(foreach pkg,$(1),\ rsync -a --link-dest=$(PER_PACKAGE_DIR)/$(pkg)/$(2)/ \ $(PER_PACKAGE_DIR)/$(pkg)/$(2)/ \ - $(3) + $(3)$(sep)) endef # prepares the per-package HOST_DIR and TARGET_DIR of the current