Author: nbd Date: 2014-10-22 10:57:20 +0200 (Wed, 22 Oct 2014) New Revision: 43018
Modified: trunk/rules.mk Log: rules.mk: reduce shexport to one line to allow it to be put in a target context Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/rules.mk =================================================================== --- trunk/rules.mk 2014-10-22 08:57:16 UTC (rev 43017) +++ trunk/rules.mk 2014-10-22 08:57:20 UTC (rev 43018) @@ -278,8 +278,7 @@ endef define shexport -$(call shvar,$(1))=$$(call $(1)) -export $(call shvar,$(1)) +export $(call shvar,$(1))=$$(call $(1)) endef define include_mk _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
