summaryrefslogtreecommitdiff
path: root/package/portmap
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2013-12-07 10:16:49 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-12-08 19:42:34 +0100
commit3d86d29bf05663ab170c9f8cf44ab691b722f7fb (patch)
tree74c34da2118fb18f2149b900e20da2900e29518f /package/portmap
parent47e82829c25657b2e6413802dcd1020c15084d31 (diff)
packages: remove package clean commands
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/portmap')
-rw-r--r--package/portmap/portmap.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/portmap/portmap.mk b/package/portmap/portmap.mk
index 1e1f7ab38..1d8c16678 100644
--- a/package/portmap/portmap.mk
+++ b/package/portmap/portmap.mk
@@ -19,10 +19,6 @@ define PORTMAP_BUILD_CMDS
$(MAKE) CC="$(TARGET_CC)" -C $(@D) $(PORTMAP_FLAGS)
endef
-define PORTMAP_CLEAN_CMDS
- $(MAKE) -C $(@D) clean
-endef
-
define PORTMAP_INSTALL_TARGET_CMDS
for sbin in $(PORTMAP_SBINS); do \
$(INSTALL) -D $(@D)/$$sbin $(TARGET_DIR)/sbin/$$sbin; \