summaryrefslogtreecommitdiffstats
path: root/rules/locales.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-05-27 11:47:05 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-05-27 11:47:05 +0000
commit479a1a607f9987811e0bba26da04129be765961c (patch)
treebce9ae84202d156cee40d9937b150a1214444e0c /rules/locales.make
parentc873854eada36f55ca0059badb823a6f0b4168d9 (diff)
downloadptxdist-479a1a607f9987811e0bba26da04129be765961c.tar.gz
ptxdist-479a1a607f9987811e0bba26da04129be765961c.tar.xz
* locales.make:
remove locales in install step git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8249 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/locales.make')
-rw-r--r--rules/locales.make6
1 files changed, 4 insertions, 2 deletions
diff --git a/rules/locales.make b/rules/locales.make
index 75a494cbf..3c87e1a45 100644
--- a/rules/locales.make
+++ b/rules/locales.make
@@ -43,8 +43,6 @@ $(STATEDIR)/locales.extract:
$(STATEDIR)/locales.prepare:
@$(call targetinfo, $@)
- @$(call clean, $(LOCALES_DIR)/config.cache)
- @mkdir -p $(LOCALES_DIR)/usr/lib/locale
@$(call touch, $@)
# ----------------------------------------------------------------------------
@@ -61,6 +59,10 @@ $(STATEDIR)/locales.compile:
$(STATEDIR)/locales.install:
@$(call targetinfo, $@)
+
+ @$(call clean, $(LOCALES_DIR))
+ @mkdir -p $(LOCALES_DIR)/usr/lib/locale
+
ifdef PTXCONF_LOCALES_EN_US
@$(call add_locale, en_US, en_US, ISO-8859-1, $(LOCALES_DIR))
endif