projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
247499d
)
batctl: Drop unused clean rule
author
Sven Eckelmann
<sven@narfation.org>
Tue, 17 Jul 2018 19:10:47 +0000
(21:10 +0200)
committer
Sven Eckelmann
<sven@narfation.org>
Tue, 17 Jul 2018 19:23:54 +0000
(21:23 +0200)
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>
batctl/Makefile
patch
|
blob
|
history
diff --git
a/batctl/Makefile
b/batctl/Makefile
index ae878a6c8875b4856bb3f1a37e41c0871a3cb815..19eb578f349c616c5105f713b1624e38240336e5 100644
(file)
--- 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/