Re: [git commit] support building out-of-tree

View: New views
4 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: [git commit] support building out-of-tree

by Mike Frysinger :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Monday 17 August 2009 13:33:41 Bernhard Reutner-Fischer wrote:
> commit:
>  http://git.uclibc.org/uClibc/commit/?id=49d8a0e9c6e32701c7eca91a1204237d3a
> 334e38 branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
>
>   Handle O=

this causes warnings now because it seems like extra/config/Makefile.kconfig
was mostly duplicated into extra/config/Makefile

$ git clean -x -d
$ make defconfig
Makefile:31: warning: overriding commands for target
`../../extra/config/dochecklxdialog'
/usr/local/src/uClibc/extra/config/Makefile.kconfig:154: warning: ignoring old
commands for target `../../extra/config/dochecklxdialog'
  HOSTCC-o extra/config/conf.o
-mike


_______________________________________________
uClibc mailing list
uClibc@...
http://lists.busybox.net/mailman/listinfo/uclibc

signature.asc (853 bytes) Download Attachment

Re: [git commit] support building out-of-tree

by Bernhard Reutner-Fischer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This is due to us using the makefile from the kernel while avoiding to touch
it up (to make syncs easier).

On Oct 8, 2009 3:55 AM, "Mike Frysinger" <vapier@...> wrote:

On Monday 17 August 2009 13:33:41 Bernhard Reutner-Fischer wrote: > commit:
> http://git.uclibc.org...
> 334e38 branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
>
>   Handle O=

this causes warnings now because it seems like extra/config/Makefile.kconfig
was mostly duplicated into extra/config/Makefile

$ git clean -x -d
$ make defconfig
Makefile:31: warning: overriding commands for target
`../../extra/config/dochecklxdialog'
/usr/local/src/uClibc/extra/config/Makefile.kconfig:154: warning: ignoring
old
commands for target `../../extra/config/dochecklxdialog'
 HOSTCC-o extra/config/conf.o
-mike

_______________________________________________
uClibc mailing list
uClibc@...
http://lists.busybox.net/mailman/listinfo/uclibc
_______________________________________________
uClibc mailing list
uClibc@...
http://lists.busybox.net/mailman/listinfo/uclibc

Re: [git commit] support building out-of-tree

by Mike Frysinger :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Saturday 10 October 2009 13:18:22 Bernhard Reutner-Fischer wrote:

> On Oct 8, 2009 3:55 AM, "Mike Frysinger" wrote:
>> On Monday 17 August 2009 13:33:41 Bernhard Reutner-Fischer wrote: > commit:
>> > http://git.uclibc.org...
>> > 334e38 branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
>> >
>> >   Handle O=
>>
>> this causes warnings now because it seems like
>>  extra/config/Makefile.kconfig was mostly duplicated into
>>  extra/config/Makefile
>>
>> $ git clean -x -d
>> $ make defconfig
>> Makefile:31: warning: overriding commands for target
>> `../../extra/config/dochecklxdialog'
>> /usr/local/src/uClibc/extra/config/Makefile.kconfig:154: warning: ignoring
>> old
>> commands for target `../../extra/config/dochecklxdialog'
>>  HOSTCC-o extra/config/conf.o
>
> This is due to us using the makefile from the kernel while avoiding to
>  touch it up (to make syncs easier).
so you're going to fix it ? ;)
-mike


_______________________________________________
uClibc mailing list
uClibc@...
http://lists.busybox.net/mailman/listinfo/uclibc

signature.asc (853 bytes) Download Attachment

Re: [git commit] support building out-of-tree

by Bernhard Reutner-Fischer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Oct 15, 2009 at 05:17:21PM -0400, Mike Frysinger wrote:

>>> Makefile:31: warning: overriding commands for target
>>> `../../extra/config/dochecklxdialog'
>>> /usr/local/src/uClibc/extra/config/Makefile.kconfig:154: warning: ignoring
>>> old
>>> commands for target `../../extra/config/dochecklxdialog'
>>>  HOSTCC-o extra/config/conf.o
>>
>> This is due to us using the makefile from the kernel while avoiding to
>>  touch it up (to make syncs easier).
>
>so you're going to fix it ? ;)

In reality dochecklxdialog is supposed to create tmp files in the
object dir. That somehow didn't work out for my RO src dir with O=
and thus i installed that override rule.

I think that this override should not be needed but i didn't see how
to voodoo it into behaving without it.
We'll have this revisited before anything off master is released, yep.
_______________________________________________
uClibc mailing list
uClibc@...
http://lists.busybox.net/mailman/listinfo/uclibc