diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-07-30 17:28:20 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-09-05 14:43:16 +0200 |
commit | 6cdf2481ee620843d56391a7a658c04b772d6c19 (patch) | |
tree | 8f4641453e5ef8f038eb3044c04d5c37f06cb5fe | |
parent | 580c6d9b448ea8db5c9fe8f99aa43967d297903b (diff) | |
download | buildroot-novena-6cdf2481ee620843d56391a7a658c04b772d6c19.tar.gz buildroot-novena-6cdf2481ee620843d56391a7a658c04b772d6c19.zip |
makefile: use qstrip
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |