Repository : ssh://git@open-mesh.org/openwrt-feed-devel
On branch : master
commit 32b0523c961817318342aeda467833449a20618f Author: Sven Eckelmann sven@narfation.org Date: Tue Jul 17 21:10:47 2018 +0200
batctl-devel: 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 sven@narfation.org
32b0523c961817318342aeda467833449a20618f batctl-devel/Makefile | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/batctl-devel/Makefile b/batctl-devel/Makefile index e49993a..79f5d58 100644 --- a/batctl-devel/Makefile +++ b/batctl-devel/Makefile @@ -81,10 +81,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-devel/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/batctl $(1)/usr/sbin/