From 40b20e5feb582f3c330f3713c4803f5af5e58ffa Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Fri, 18 Aug 2023 17:16:08 +0200 Subject: [PATCH] package/pkg-generic.mk: remove double colon in .stamp_built This issue was introduced back in 2009 with commit e11fe847b2f545446fc3300dd2ba88fd5da05756 that created the generic package infrastructure. Signed-off-by: Bernd Kuhls Signed-off-by: Arnout Vandecappelle (cherry picked from commit bd0d5498ea00c29b22bb8c87b8f593b356deb469) Signed-off-by: Peter Korsgaard --- package/pkg-generic.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk index a2749320c3..c7419b00fb 100644 --- a/package/pkg-generic.mk +++ b/package/pkg-generic.mk @@ -276,7 +276,7 @@ $(BUILD_DIR)/%/.stamp_configured: $(Q)touch $@ # Build -$(BUILD_DIR)/%/.stamp_built:: +$(BUILD_DIR)/%/.stamp_built: @$(call step_start,build) @$(call MESSAGE,"Building") $(foreach hook,$($(PKG)_PRE_BUILD_HOOKS),$(call $(hook))$(sep))