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

rules.mk: reduce shexport to one line to allow it to be put in a target context


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 43018
parent d081edf7
No related branches found
No related tags found
No related merge requests found
......@@ -278,8 +278,7 @@ V_$(subst .,_,$(subst -,_,$(subst /,_,$(1))))
endef
define shexport
$(call shvar,$(1))=$$(call $(1))
export $(call shvar,$(1))
export $(call shvar,$(1))=$$(call $(1))
endef
define include_mk
......
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