projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ad89ea
)
move exec permissions fix at Build/Prepare stage
author
Nicolas Thill
<nico@openwrt.org>
Sun, 16 Sep 2007 16:25:53 +0000
(16:25 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 16 Sep 2007 16:25:53 +0000
(16:25 +0000)
SVN-Revision: 8802
package/iptables/Makefile
patch
|
blob
|
history
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index bd0ecda96dc127d7922e8d646094f4a189631ac3..94c81ba383c95db696f20988c39a74276fb4c4e8 100644
(file)
--- a/
package/iptables/Makefile
+++ b/
package/iptables/Makefile
@@
-195,6
+195,11
@@
define Package/ip6tables-utils
TITLE:=ip6tables save and restore utilities
endef
+define Build/Prepare
+ $(call Build/Prepare/Default)
+ chmod a+x $(PKG_BUILD_DIR)/extensions/.*-test*
+endef
+
define Build/Configure
rm -f $(PKG_BUILD_DIR)/.configured*
$(MAKE) -C $(PKG_BUILD_DIR) \
@@
-202,7
+207,6
@@
define Build/Configure
endef
define Build/Compile
- chmod a+x $(PKG_BUILD_DIR)/extensions/.*-test*
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \