[PATCH] mkmakefile: make 3.82 fix follow bug 2323

Denys Vlasenko vda.linux at googlemail.com
Tue Oct 19 10:53:48 UTC 2010


Applied, thanks.

On Tue, Oct 19, 2010 at 9:17 AM, Thomas Chou <thomas at wytron.com.tw> wrote:
> Signed-off-by: Thomas Chou <thomas at wytron.com.tw>
> ---
>  scripts/mkmakefile |    5 ++++-
>  1 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/scripts/mkmakefile b/scripts/mkmakefile
> index 7f9d544..9fc51a7 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
> --
> 1.7.3.1
>
> _______________________________________________
> busybox mailing list
> busybox at busybox.net
> http://lists.busybox.net/mailman/listinfo/busybox
>


More information about the busybox mailing list