projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ab94ca
)
mkmakefile: make 3.82 fix
author
Thomas Chou
<thomas@wytron.com.tw>
Tue, 19 Oct 2010 07:17:12 +0000
(15:17 +0800)
committer
Denys Vlasenko
<dvlasenk@redhat.com>
Tue, 19 Oct 2010 10:49:51 +0000
(12:49 +0200)
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
scripts/mkmakefile
patch
|
blob
|
history
diff --git
a/scripts/mkmakefile
b/scripts/mkmakefile
index 7f9d544f9b6c07339021bdb80762feeb7b95f9bf..9fc51a7c9506d6213de24c96e220f7ec768202ec 100755
(executable)
--- 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