summaryrefslogtreecommitdiffstats
path: root/rules/xorg-font-encodings.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-13 17:20:19 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-18 10:29:50 +0100
commit53eb65853ab9b6aa5bc2acf809879dfe303fc286 (patch)
tree306d7c59af063dcf6713b78840024c3dadc07df0 /rules/xorg-font-encodings.make
parent4516ef2e693b9c044999f7ea6f02cbcbe3114e05 (diff)
downloadptxdist-53eb65853ab9b6aa5bc2acf809879dfe303fc286.tar.gz
ptxdist-53eb65853ab9b6aa5bc2acf809879dfe303fc286.tar.xz
[rules] remove obsolete clean target & minor cleanups
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/xorg-font-encodings.make')
-rw-r--r--rules/xorg-font-encodings.make16
1 files changed, 1 insertions, 15 deletions
diff --git a/rules/xorg-font-encodings.make b/rules/xorg-font-encodings.make
index e60f72bcb..13fd441c6 100644
--- a/rules/xorg-font-encodings.make
+++ b/rules/xorg-font-encodings.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id: template 4565 2006-02-10 14:23:10Z mkl $
#
# Copyright (C) 2006 by Erwin Rol
#
@@ -40,8 +39,6 @@ $(XORG_FONT_ENCODINGS_SOURCE):
# Prepare
# ----------------------------------------------------------------------------
-xorg-font-encodings_prepare: $(STATEDIR)/xorg-font-encodings.prepare
-
XORG_FONT_ENCODINGS_PATH := PATH=$(CROSS_PATH)
XORG_FONT_ENCODINGS_ENV := $(CROSS_ENV)
@@ -56,9 +53,7 @@ XORG_FONT_ENCODINGS_AUTOCONF := \
# Target-Install
# ----------------------------------------------------------------------------
-xorg-font-encodings_targetinstall: $(STATEDIR)/xorg-font-encodings.targetinstall
-
-$(STATEDIR)/xorg-font-encodings.targetinstall: $(xorg-font-encodings_targetinstall_deps_default)
+$(STATEDIR)/xorg-font-encodings.targetinstall:
@$(call targetinfo)
@mkdir -p $(XORG_FONTS_DIR_INSTALL)/encodings
@@ -75,13 +70,4 @@ $(STATEDIR)/xorg-font-encodings.targetinstall: $(xorg-font-encodings_targetinsta
@$(call touch)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-xorg-font-encodings_clean:
- rm -rf $(STATEDIR)/xorg-font-encodings.*
- rm -rf $(PKGDIR)/xorg-font-encodings_*
- rm -rf $(XORG_FONT_ENCODINGS_DIR)
-
# vim: syntax=make