diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-12-07 10:16:49 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-08 19:42:34 +0100 |
commit | 3d86d29bf05663ab170c9f8cf44ab691b722f7fb (patch) | |
tree | 74c34da2118fb18f2149b900e20da2900e29518f /package/ezxml | |
parent | 47e82829c25657b2e6413802dcd1020c15084d31 (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/ezxml')
-rw-r--r-- | package/ezxml/ezxml.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/ezxml/ezxml.mk b/package/ezxml/ezxml.mk index 99cf81958..479958abc 100644 --- a/package/ezxml/ezxml.mk +++ b/package/ezxml/ezxml.mk @@ -23,8 +23,4 @@ define EZXML_INSTALL_TARGET_CMDS install -D -m 0644 $(@D)/libezxml.a $(TARGET_DIR)/usr/lib/libezxml.a endef -define EZXML_CLEAN_CMDS - -$(MAKE) -C $(@D) -f GNUmakefile clean -endef - $(eval $(generic-package)) |