projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73b4974
)
make prepare_kernel_conf target depend on quilt instead of sed. Preparing the source...
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 8 Jan 2012 16:52:41 +0000
(16:52 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 8 Jan 2012 16:52:41 +0000
(16:52 +0000)
SVN-Revision: 29697
include/toplevel.mk
patch
|
blob
|
history
diff --git
a/include/toplevel.mk
b/include/toplevel.mk
index 19b25d339297d85193c35305264fdac4493db361..d2c8e5eb0c20a746a72c9310291b51413807e20d 100644
(file)
--- a/
include/toplevel.mk
+++ b/
include/toplevel.mk
@@
-91,9
+91,9
@@
menuconfig: scripts/config/mconf prepare-tmpinfo FORCE
prepare_kernel_conf: .config FORCE
-ifeq ($(wildcard staging_dir/host/bin/
sed
),)
+ifeq ($(wildcard staging_dir/host/bin/
quilt
),)
prepare_kernel_conf:
- @+$(SUBMAKE) -r tools/
sed
/install
+ @+$(SUBMAKE) -r tools/
quilt
/install
else
prepare_kernel_conf: ;
endif