summaryrefslogtreecommitdiffstats
path: root/rules/ntpclient.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/ntpclient.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/ntpclient.make')
-rw-r--r--rules/ntpclient.make11
1 files changed, 1 insertions, 10 deletions
diff --git a/rules/ntpclient.make b/rules/ntpclient.make
index 356214442..538839b20 100644
--- a/rules/ntpclient.make
+++ b/rules/ntpclient.make
@@ -46,7 +46,7 @@ $(STATEDIR)/ntpclient.extract:
# Prepare
# ----------------------------------------------------------------------------
-NTPCLIENT_PATH := PATH=$(CROSS_PATH)
+NTPCLIENT_PATH := PATH=$(CROSS_PATH)
# ----------------------------------------------------------------------------
# Compile
@@ -121,13 +121,4 @@ endif
@$(call install_finish, ntpclient)
@$(call touch)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-ntpclient_clean:
- rm -rf $(STATEDIR)/ntpclient.*
- rm -rf $(PKGDIR)/ntpclient_*
- rm -rf $(NTPCLIENT_DIR)
-
# vim: syntax=make