summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-08-01 22:05:16 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-10-27 18:22:31 +0200
commit59a655cc1005867d0af0c5db51fb6c813b2d5eda (patch)
tree017cb7f18c84e622a3f7b9d51bc425f467eae4f5 /rules
parent36617d87e073b4ccec3c2f4707f7c38d5584ba15 (diff)
downloadptxdist-59a655cc1005867d0af0c5db51fb6c813b2d5eda.tar.gz
ptxdist-59a655cc1005867d0af0c5db51fb6c813b2d5eda.tar.xz
[xorg-fonts] remove obsolete stages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/xorg-fonts.make31
1 files changed, 1 insertions, 30 deletions
diff --git a/rules/xorg-fonts.make b/rules/xorg-fonts.make
index fcaf688d0..83553de17 100644
--- a/rules/xorg-fonts.make
+++ b/rules/xorg-fonts.make
@@ -18,35 +18,7 @@ PACKAGES-$(PTXCONF_XORG_FONTS) += xorg-fonts
# Paths and names
#
XORG_FONTS_VERSION := 1.0.0
-XORG_FONTS := xorg-fonts-$(XORG_FONTS_VERSION)
-XORG_FONTS_DIR := $(BUILDDIR)/$(XORG_FONTS)
-XORG_FONTS_DIR_INSTALL := $(XORG_FONTS_DIR)-install
-
-# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/xorg-fonts.extract:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-XORG_FONTS_PATH := PATH=$(HOST_PATH)
-
-$(STATEDIR)/xorg-fonts.prepare:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/xorg-fonts.compile:
- @$(call targetinfo)
- @$(call touch)
+XORG_FONTS_DIR_INSTALL := $(BUILDDIR)/xorg-fonts-$(XORG_FONTS_VERSION)-install
# ----------------------------------------------------------------------------
# Install
@@ -77,7 +49,6 @@ $(STATEDIR)/xorg-fonts.targetinstall:
$(STATEDIR)/xorg-fonts.targetinstall.post:
@$(call targetinfo)
- @$(XORG_FONTS_PATH); \
find $(XORG_FONTS_DIR_INSTALL) -mindepth 1 -type d | while read dir; do \
echo $$dir;\
case "$${dir}" in \