projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef3e95f
)
Build iptables using a single process
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Thu, 22 May 2008 21:39:22 +0000
(21:39 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Thu, 22 May 2008 21:39:22 +0000
(21:39 -0000)
package/iptables/iptables.mk
patch
|
blob
|
history
diff --git
a/package/iptables/iptables.mk
b/package/iptables/iptables.mk
index 9d25670972aeae46d7c38e3feb70442c24748d6a..e255bee44d326faf397a86a4aad2ea8e2823e860 100644
(file)
--- a/
package/iptables/iptables.mk
+++ b/
package/iptables/iptables.mk
@@
-25,7
+25,7
@@
$(IPTABLES_BUILD_DIR)/.configured: $(IPTABLES_BUILD_DIR)/.unpacked
touch $@
$(IPTABLES_BUILD_DIR)/iptables: $(IPTABLES_BUILD_DIR)/.configured
- $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(IPTABLES_BUILD_DIR) \
+ $(MAKE
1
) $(TARGET_CONFIGURE_OPTS) -C $(IPTABLES_BUILD_DIR) \
KERNEL_DIR=$(LINUX_HEADERS_DIR) \
COPT_FLAGS="$(TARGET_CFLAGS)" \
PREFIX=/usr \