On 2015-Dec-15, at 10:37 AM, Bryan Drewery wrote:
>
> On 12/8/15 2:14 PM, Bryan Drewery wrote:
>> On 12/7/15 1:33 PM, Mark Millard wrote:
>>>
On 2015-Dec-7, at 12:48 PM, Simon J. Gerraty wrote:
Mark Millard wrote:
> My guess is that it is picking up the
>
> MAKEOBJ
On 12/8/15 2:14 PM, Bryan Drewery wrote:
> On 12/7/15 1:33 PM, Mark Millard wrote:
>>
>>> On 2015-Dec-7, at 12:48 PM, Simon J. Gerraty wrote:
>>>
>>> Mark Millard wrote:
My guess is that it is picking up the
MAKEOBJDIRPREFIX=/usr/obj/xtoolchain
>>>
>>> You should use ?= if you want
On 12/15/15 10:54 AM, Mark Millard wrote:
> On 2015-Dec-15, at 10:37 AM, Bryan Drewery wrote:
>>
>> On 12/8/15 2:14 PM, Bryan Drewery wrote:
>>> On 12/7/15 1:33 PM, Mark Millard wrote:
> On 2015-Dec-7, at 12:48 PM, Simon J. Gerraty wrote:
>
> Mark Millard wrote:
>> My guess
On 12/7/15 1:33 PM, Mark Millard wrote:
>
>> On 2015-Dec-7, at 12:48 PM, Simon J. Gerraty wrote:
>>
>> Mark Millard wrote:
>>> My guess is that it is picking up the
>>>
>>> MAKEOBJDIRPREFIX=/usr/obj/xtoolchain
>>
>> You should use ?= if you want this to work.
>> There are many places in Makefile
Mark Millard wrote:
> >> MAKEOBJDIRPREFIX=/usr/obj/xtoolchain
> >
> > You should use ?= if you want this to work.
> > There are many places in Makefile.inc1 where MAKEOBJDIRPREFIX is tweaked
> > in the environment of a sub-make.
> >
> > By using = above, you break that.
>
> That presumes that M
> On 2015-Dec-7, at 12:48 PM, Simon J. Gerraty wrote:
>
> Mark Millard wrote:
>> My guess is that it is picking up the
>>
>> MAKEOBJDIRPREFIX=/usr/obj/xtoolchain
>
> You should use ?= if you want this to work.
> There are many places in Makefile.inc1 where MAKEOBJDIRPREFIX is tweaked
> in the
Mark Millard wrote:
> My guess is that it is picking up the
>
> MAKEOBJDIRPREFIX=/usr/obj/xtoolchain
You should use ?= if you want this to work.
There are many places in Makefile.inc1 where MAKEOBJDIRPREFIX is tweaked
in the environment of a sub-make.
By using = above, you break that.
_