[Buildroot] [git commit] core: re-enter make if $(CURDIR) or $(O) are not canonical paths

Maxime Hadjinlian maxime.hadjinlian at gmail.com
Thu Nov 3 17:56:53 UTC 2016


On Thu, Nov 3, 2016 at 4:19 PM, Arnout Vandecappelle <arnout at mind.be> wrote:
>
> >
> > So here's my test case; I use an external and here's how my CI bot does it:
> >
> > $ rm buildroot/dl/tzdata* ; make O=../output -C buildroot
> > BR2_EXTERNAL=../myexternal tzdata-extract
> >
> > It will go and download by using the BR2_PRIMARY_SITE defined in my defconfig,
> > everything's fine.
> > Now if I do that:
> >
> > $ rm buildroot/dl/tzdata* ; make O=../output -C buildroot
> > BR2_EXTERNAL=../myexternal BR2_PRIMARY_SITE="blabla" tzdata-extract
> > It is still gonna use the value defined in my defconfig instead of the one on
> > the command line which should take precedence.
> >
> > It doesn't matter if you pass the variable to make or put it in the ENV.
>
>  So, have you tested http://patchwork.ozlabs.org/patch/690649/ ?

No, I have tested http://patchwork.ozlabs.org/patch/682684/ as pointed
to by Samuel.

Let me test this one, I'll report back soon.
>
>
>  If yes, can you add your Tested-by?
>
>  Regards,
>  Arnout
>



More information about the buildroot mailing list