diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2010-10-19 15:17:12 +0800 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-19 12:49:51 +0200 |
commit | ef6c6d8cfef071435ccf275ad404a501626b706c (patch) | |
tree | 5a2ee7aed903056de53782168d0045ece0662310 /scripts/mkmakefile | |
parent | 7ab94ca3516db95b53ee944c9bddb6c3b75641ae (diff) | |
download | busybox-ef6c6d8cfef071435ccf275ad404a501626b706c.tar.gz |
mkmakefile: make 3.82 fix
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'scripts/mkmakefile')
-rwxr-xr-x | scripts/mkmakefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/mkmakefile b/scripts/mkmakefile index 7f9d544f9..9fc51a7c9 100755 --- a/scripts/mkmakefile +++ b/scripts/mkmakefile @@ -31,6 +31,9 @@ all: Makefile:; -\$(filter-out all Makefile,\$(MAKECMDGOALS)) %/: +\$(filter-out all Makefile,\$(MAKECMDGOALS)): + \$(MAKE) -C \$(KERNELSRC) O=\$(KERNELOUTPUT) \$@ + +%/: \$(MAKE) -C \$(KERNELSRC) O=\$(KERNELOUTPUT) \$@ EOF |