* error when using KCONFIG_ALLCONFIG?
@ 2009-04-29 22:38 Randy Dunlap
2009-04-29 23:49 ` Sam Ravnborg
0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2009-04-29 22:38 UTC (permalink / raw)
To: linux-kbuild, samr
Hi,
I often use
make KCONFIG_ALLCONFIG=filename allnoconfig
and it works fine. However, when I use O= with that:
make O=xx64 KCONFIG_ALLCONFIG=filename allnoconfig
I get an xx64/.config file that is the same as
make O=xx64 allnoconfig
I.e., the KCONFIG_ALLCONFIG=filename part was ignored.
Is this new? expected? known?
Not what I expected...
Thanks,
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: error when using KCONFIG_ALLCONFIG?
2009-04-29 22:38 error when using KCONFIG_ALLCONFIG? Randy Dunlap
@ 2009-04-29 23:49 ` Sam Ravnborg
2009-04-29 23:55 ` Randy Dunlap
0 siblings, 1 reply; 4+ messages in thread
From: Sam Ravnborg @ 2009-04-29 23:49 UTC (permalink / raw)
To: Randy Dunlap; +Cc: linux-kbuild
On Wed, Apr 29, 2009 at 03:38:36PM -0700, Randy Dunlap wrote:
> Hi,
>
> I often use
> make KCONFIG_ALLCONFIG=filename allnoconfig
>
> and it works fine. However, when I use O= with that:
>
> make O=xx64 KCONFIG_ALLCONFIG=filename allnoconfig
>
> I get an xx64/.config file that is the same as
>
> make O=xx64 allnoconfig
>
> I.e., the KCONFIG_ALLCONFIG=filename part was ignored.
>
> Is this new? expected? known?
I dunno if it is new but it is not expected.
Can you try if it help to move 'filename' to output directory.
Thanks,
Sam
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: error when using KCONFIG_ALLCONFIG?
2009-04-29 23:49 ` Sam Ravnborg
@ 2009-04-29 23:55 ` Randy Dunlap
2009-04-30 20:25 ` Randy Dunlap
0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2009-04-29 23:55 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: linux-kbuild
Sam Ravnborg wrote:
> On Wed, Apr 29, 2009 at 03:38:36PM -0700, Randy Dunlap wrote:
>> Hi,
>>
>> I often use
>> make KCONFIG_ALLCONFIG=filename allnoconfig
>>
>> and it works fine. However, when I use O= with that:
>>
>> make O=xx64 KCONFIG_ALLCONFIG=filename allnoconfig
>>
>> I get an xx64/.config file that is the same as
>>
>> make O=xx64 allnoconfig
>>
>> I.e., the KCONFIG_ALLCONFIG=filename part was ignored.
>>
>> Is this new? expected? known?
> I dunno if it is new but it is not expected.
> Can you try if it help to move 'filename' to output directory.
make O=xx64 KCONFIG_ALLCONFIG=xx64/filename allnoconfig
gives the same result as 'make allnoconfig'.
---
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: error when using KCONFIG_ALLCONFIG?
2009-04-29 23:55 ` Randy Dunlap
@ 2009-04-30 20:25 ` Randy Dunlap
0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2009-04-30 20:25 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: linux-kbuild
Randy Dunlap wrote:
> Sam Ravnborg wrote:
>> On Wed, Apr 29, 2009 at 03:38:36PM -0700, Randy Dunlap wrote:
>>> Hi,
>>>
>>> I often use
>>> make KCONFIG_ALLCONFIG=filename allnoconfig
>>>
>>> and it works fine. However, when I use O= with that:
>>>
>>> make O=xx64 KCONFIG_ALLCONFIG=filename allnoconfig
>>>
>>> I get an xx64/.config file that is the same as
>>>
>>> make O=xx64 allnoconfig
>>>
>>> I.e., the KCONFIG_ALLCONFIG=filename part was ignored.
>>>
>>> Is this new? expected? known?
>> I dunno if it is new but it is not expected.
>> Can you try if it help to move 'filename' to output directory.
>
> make O=xx64 KCONFIG_ALLCONFIG=xx64/filename allnoconfig
>
> gives the same result as 'make allnoconfig'.
It appears that using O= with KCONFIG_ALLCONFIG causes the
KCONFIG_ALLCONFIG option/feature to be ignored completely.
All of these commands act as though KCONFIG_ALLCONFIG=filename
was not used at all:
make O=zz64 KCONFIG_ALLCONFIG=filename allyesconfig
make O=zz64 KCONFIG_ALLCONFIG=filename allmodconfig
make O=zz64 KCONFIG_ALLCONFIG=filename allnoconfig
These all produce the same output .config files that are
produced by entering:
make O=zz64 allyesconfig
make O=zz64 allmodconfig
make O=zz64 allnoconfig
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-04-30 20:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-29 22:38 error when using KCONFIG_ALLCONFIG? Randy Dunlap
2009-04-29 23:49 ` Sam Ravnborg
2009-04-29 23:55 ` Randy Dunlap
2009-04-30 20:25 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox