diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-10-22 08:57:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-10-22 08:57:16 +0000 |
commit | 09976aa5627eb857d7cc097a0209af21033fbe27 (patch) | |
tree | 50a8507e66c903c450c3301539bca496bd0b20dc /rules.mk | |
parent | fc7d1081dc66206f1019f6fc378569745ff9b9f1 (diff) | |
download | upstream-09976aa5627eb857d7cc097a0209af21033fbe27.tar.gz upstream-09976aa5627eb857d7cc097a0209af21033fbe27.tar.bz2 upstream-09976aa5627eb857d7cc097a0209af21033fbe27.zip |
build: clean up and optimize ipkg control generator code
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43017 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ qstrip=$(strip $(subst ",,$(1))) empty:= space:= $(empty) $(empty) +comma:=, merge=$(subst $(space),,$(1)) confvar=$(call merge,$(foreach v,$(1),$(if $($(v)),y,n))) strip_last=$(patsubst %.$(lastword $(subst .,$(space),$(1))),%,$(1)) |