summaryrefslogtreecommitdiffstats
path: root/rules/pop3spam.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/pop3spam.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/pop3spam.make')
-rw-r--r--rules/pop3spam.make10
1 files changed, 0 insertions, 10 deletions
diff --git a/rules/pop3spam.make b/rules/pop3spam.make
index 0329a477b..a10ad0b7a 100644
--- a/rules/pop3spam.make
+++ b/rules/pop3spam.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id$
#
# Copyright (C) 2004 by Robert Schwebel
# 2008 by Marc Kleine-Budde <mkl@pengutronix.de>
@@ -67,13 +66,4 @@ $(STATEDIR)/pop3spam.targetinstall:
@$(call install_finish, pop3spam)
@$(call touch)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-pop3spam_clean:
- rm -rf $(STATEDIR)/pop3spam.*
- rm -rf $(PKGDIR)/pop3spam_*
- rm -rf $(POP3SPAM_DIR)
-
# vim: syntax=make