Skip to content
Snippets Groups Projects
Commit 0d70676b authored by Felix Fietkau's avatar Felix Fietkau
Browse files

add default command for dummy targets

SVN-Revision: 8209
parent d6a02424
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ define subdir
)
)
$(foreach target,$(SUBTARGETS),
$(call warn_eval,$(1),t,T,$(1)/$(target): $($(1)/) $(foreach bd,$(if $($(1)/builddirs-$(target)),$($(1)/builddirs-$(target)),$($(1)/builddirs)),$(1)/$(bd)/$(target)))
$(call warn_eval,$(1),t,T,$(1)/$(target): $($(1)/) $(foreach bd,$(if $($(1)/builddirs-$(target)),$($(1)/builddirs-$(target)),$($(1)/builddirs)),$(1)/$(bd)/$(target)) ;)
)
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment