summaryrefslogtreecommitdiffstats
path: root/rules/locales.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-04-14 20:55:41 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-04-14 20:55:41 +0000
commit43a8293172ee3f425b7b2b2de9818e7d33f224f8 (patch)
tree8eb8ec2a62a28857770761129160cf99cfc348e0 /rules/locales.make
parent8e600f77ac640951b680172685d17e4341f18467 (diff)
downloadptxdist-43a8293172ee3f425b7b2b2de9818e7d33f224f8.tar.gz
ptxdist-43a8293172ee3f425b7b2b2de9818e7d33f224f8.tar.xz
* locales.make:
removed _ targets git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8004 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/locales.make')
-rw-r--r--rules/locales.make17
1 files changed, 0 insertions, 17 deletions
diff --git a/rules/locales.make b/rules/locales.make
index 57003384d..75a494cbf 100644
--- a/rules/locales.make
+++ b/rules/locales.make
@@ -25,8 +25,6 @@ LOCALES_DIR := $(BUILDDIR)/$(LOCALES)
# Get
# ----------------------------------------------------------------------------
-locales_get: $(STATEDIR)/locales.get
-
$(STATEDIR)/locales.get:
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -35,8 +33,6 @@ $(STATEDIR)/locales.get:
# Extract
# ----------------------------------------------------------------------------
-locales_extract: $(STATEDIR)/locales.extract
-
$(STATEDIR)/locales.extract:
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -45,13 +41,6 @@ $(STATEDIR)/locales.extract:
# Prepare
# ----------------------------------------------------------------------------
-locales_prepare: $(STATEDIR)/locales.prepare
-
-#
-# autoconf
-#
-LOCALES_AUTOCONF := $(CROSS_AUTOCONF_USR)
-
$(STATEDIR)/locales.prepare:
@$(call targetinfo, $@)
@$(call clean, $(LOCALES_DIR)/config.cache)
@@ -62,8 +51,6 @@ $(STATEDIR)/locales.prepare:
# Compile
# ----------------------------------------------------------------------------
-locales_compile: $(STATEDIR)/locales.compile
-
$(STATEDIR)/locales.compile:
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -72,8 +59,6 @@ $(STATEDIR)/locales.compile:
# Install
# ----------------------------------------------------------------------------
-locales_install: $(STATEDIR)/locales.install
-
$(STATEDIR)/locales.install:
@$(call targetinfo, $@)
ifdef PTXCONF_LOCALES_EN_US
@@ -110,8 +95,6 @@ endif
# Target-Install
# ----------------------------------------------------------------------------
-locales_targetinstall: $(STATEDIR)/locales.targetinstall
-
$(STATEDIR)/locales.targetinstall:
@$(call targetinfo, $@)