summaryrefslogtreecommitdiffstats
path: root/rules/locales.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-04-12 12:12:53 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-04-12 12:12:53 +0000
commit202ac5508ac8f4e9977e572cc1c172d25c9a266f (patch)
tree15a34550129b24203fcb3680e603ddebe0f553a9 /rules/locales.make
parentaed09d8fde1e08a7c05634f549b7289725e609fd (diff)
downloadptxdist-202ac5508ac8f4e9977e572cc1c172d25c9a266f.tar.gz
ptxdist-202ac5508ac8f4e9977e572cc1c172d25c9a266f.tar.xz
* locales.make:
cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7954 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/locales.make')
-rw-r--r--rules/locales.make17
1 files changed, 7 insertions, 10 deletions
diff --git a/rules/locales.make b/rules/locales.make
index 3c49da03e..57003384d 100644
--- a/rules/locales.make
+++ b/rules/locales.make
@@ -19,7 +19,7 @@ PACKAGES-$(PTXCONF_LOCALES) += locales
#
LOCALES := locales
LOCALES_VERSION := 1.0
-LOCALES_DIR := $(BUILDDIR)/$(LOCALES)-temp
+LOCALES_DIR := $(BUILDDIR)/$(LOCALES)
# ----------------------------------------------------------------------------
# Get
@@ -27,20 +27,17 @@ LOCALES_DIR := $(BUILDDIR)/$(LOCALES)-temp
locales_get: $(STATEDIR)/locales.get
-$(STATEDIR)/locales.get: $(locales_get_deps_default)
+$(STATEDIR)/locales.get:
@$(call targetinfo, $@)
@$(call touch, $@)
-$(LOCALES_SOURCE):
- @$(call targetinfo, $@)
-
# ----------------------------------------------------------------------------
# Extract
# ----------------------------------------------------------------------------
locales_extract: $(STATEDIR)/locales.extract
-$(STATEDIR)/locales.extract: $(locales_extract_deps_default)
+$(STATEDIR)/locales.extract:
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -55,7 +52,7 @@ locales_prepare: $(STATEDIR)/locales.prepare
#
LOCALES_AUTOCONF := $(CROSS_AUTOCONF_USR)
-$(STATEDIR)/locales.prepare: $(locales_prepare_deps_default)
+$(STATEDIR)/locales.prepare:
@$(call targetinfo, $@)
@$(call clean, $(LOCALES_DIR)/config.cache)
@mkdir -p $(LOCALES_DIR)/usr/lib/locale
@@ -67,7 +64,7 @@ $(STATEDIR)/locales.prepare: $(locales_prepare_deps_default)
locales_compile: $(STATEDIR)/locales.compile
-$(STATEDIR)/locales.compile: $(locales_compile_deps_default)
+$(STATEDIR)/locales.compile:
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -77,7 +74,7 @@ $(STATEDIR)/locales.compile: $(locales_compile_deps_default)
locales_install: $(STATEDIR)/locales.install
-$(STATEDIR)/locales.install: $(locales_install_deps_default)
+$(STATEDIR)/locales.install:
@$(call targetinfo, $@)
ifdef PTXCONF_LOCALES_EN_US
@$(call add_locale, en_US, en_US, ISO-8859-1, $(LOCALES_DIR))
@@ -115,7 +112,7 @@ endif
locales_targetinstall: $(STATEDIR)/locales.targetinstall
-$(STATEDIR)/locales.targetinstall: $(locales_targetinstall_deps_default)
+$(STATEDIR)/locales.targetinstall:
@$(call targetinfo, $@)
@$(call install_init, locales)