Skip to content
Snippets Groups Projects
Commit 690701d2 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

make prepare_kernel_conf target depend on quilt instead of sed. Preparing the...

make prepare_kernel_conf target depend on quilt instead of sed. Preparing the source tree requires quilt and installing quilt implies installing sed.

SVN-Revision: 29697
parent 73b49743
No related branches found
No related tags found
No related merge requests found
...@@ -91,9 +91,9 @@ menuconfig: scripts/config/mconf prepare-tmpinfo FORCE ...@@ -91,9 +91,9 @@ menuconfig: scripts/config/mconf prepare-tmpinfo FORCE
prepare_kernel_conf: .config FORCE prepare_kernel_conf: .config FORCE
ifeq ($(wildcard staging_dir/host/bin/sed),) ifeq ($(wildcard staging_dir/host/bin/quilt),)
prepare_kernel_conf: prepare_kernel_conf:
@+$(SUBMAKE) -r tools/sed/install @+$(SUBMAKE) -r tools/quilt/install
else else
prepare_kernel_conf: ; prepare_kernel_conf: ;
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment