mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
package/pkg-generic.mk: remove double colon in .stamp_built
This issue was introduced back in 2009 with commite11fe847b2
that created the generic package infrastructure. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Arnout Vandecappelle <arnout@mind.be> (cherry picked from commitbd0d5498ea
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
ea84f13bb0
commit
cb131ede84
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user