[Buildroot] [PATCH 2/2] linux: fix linux-% shortcut targets

Bjørn Forsman bjorn.forsman at gmail.com
Sun Dec 19 20:39:19 UTC 2010


Hi,

2010/12/19 Peter Korsgaard <jacmet at uclibc.org>:
>>>>>> "Bjørn" == Bjørn Forsman <bjorn.forsman at gmail.com> writes:
>
> Hi,
>
>  Bjørn> linux-% shortcut targets (short for linux26-%) ignores the ouput
>  Bjørn> dir $(O) so that 'make O=output.arm linux-menuconfig' is
>  Bjørn> actually run in the default $(O) directory output/ and not in
>  Bjørn> output.arm/. Fix by passing on $(O).
>
> This is still not correct. You should only pass O= if it was given on
> the command line, otherwise BR will look in output/.config for the
> configuration for non-out-of-tree-builds. I've added EXTRAMAKEARGS in
> the toplevel makefile a while ago to handle it.
>
> Committed with that change.

Thanks for fixing and committing!

Best regards,
Bjørn Forsman


More information about the buildroot mailing list