[Buildroot] [PATCH 1/1] package/pkg-generic.mk: fix typo in make target .stamp_built

Bernd Kuhls bernd at kuhls.net
Fri Aug 18 15:16:08 UTC 2023


This fix can be backported because the offending line was added in 2009.

Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
---
 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 5d1c1da128..9d40754939 100644
--- a/package/pkg-generic.mk
+++ b/package/pkg-generic.mk
@@ -286,7 +286,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))
-- 
2.39.2




More information about the buildroot mailing list