summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Petazzoni2009-07-30 17:28:20 +0200
committerThomas Petazzoni2009-09-05 14:43:16 +0200
commit6cdf2481ee620843d56391a7a658c04b772d6c19 (patch)
tree8f4641453e5ef8f038eb3044c04d5c37f06cb5fe /Makefile
parentmakefile: new qstrip make function (diff)
downloadbuildroot-6cdf2481ee620843d56391a7a658c04b772d6c19.tar.gz
buildroot-6cdf2481ee620843d56391a7a658c04b772d6c19.tar.xz
buildroot-6cdf2481ee620843d56391a7a658c04b772d6c19.zip
makefile: use qstrip
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fd272b5f2..f2e349f27 100644
--- a/Makefile
+++ b/Makefile
@@ -373,8 +373,7 @@ endif
ifeq ($(BR2_ENABLE_LOCALE_PURGE),y)
LOCALE_WHITELIST=$(PROJECT_BUILD_DIR)/locales.nopurge
-LOCALE_NOPURGE=$(strip $(subst ",,$(BR2_ENABLE_LOCALE_WHITELIST)))
-#"))
+LOCALE_NOPURGE=$(call qstrip,$(BR2_ENABLE_LOCALE_WHITELIST))
target-purgelocales:
rm -f $(LOCALE_WHITELIST)