Commit 6cdf2481 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

makefile: use qstrip

parent 580c6d9b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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)