From: Sven Eckelmann Date: Tue, 17 Jul 2018 19:10:47 +0000 (+0200) Subject: batctl: Drop unused clean rule X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=303c282565de80b29e06da7b3ec16c110097e27d;p=feed%2Frouting.git batctl: Drop unused clean rule The rule can be removed because the OpenWrt build system takes care of the removal of the build directory. Signed-off-by: Sven Eckelmann --- diff --git a/batctl/Makefile b/batctl/Makefile index ae878a6..19eb578 100644 --- a/batctl/Makefile +++ b/batctl/Makefile @@ -69,10 +69,6 @@ define Build/Compile $(MAKE_BATCTL_ENV) $(MAKE) -C "$(PKG_BUILD_DIR)" $(MAKE_BATCTL_ARGS) endef -define Build/Clean - rm -rf $(BUILD_DIR)/$(PKG_NAME)/ -endef - define Package/batctl/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/batctl $(1)/usr/sbin/