On 1 March 2013 20:53:22 Markos Chandras <hwoar...@gentoo.org> wrote:
On 1 March 2013 19:42, Jeffrey Walton <noloa...@gmail.com> wrote:
> On Fri, Mar 1, 2013 at 2:33 PM, Markos Chandras <hwoar...@gentoo.org> wrote:
>> On 1 March 2013 19:01, Jeffrey Walton <noloa...@gmail.com> wrote:
>>> Hi All,
>>>
>>> How do I instruct the build tools to output information? Currently, I
>>> am only seeing:
>>>
>>>   CC libc/sysdeps/linux/common/sync_file_range.os
>>>   CC libc/sysdeps/linux/common/__syscall_fcntl.os
>>>   CC libc/sysdeps/linux/common/__syscall_rt_sigaction.os
>>>   ...
>>
>> Try make V=1
>
> Awesome, thanks Marcos.
>
> Don't laugh too hard: what is this build system? It does not look like
> Autoconf and friends (though it looks similar and uses a lot of the
> same files).
>
> I still write my own Makefiles by hand to ensure it meets my goals. I
> don't shop build systems, so I'm pretty ignorant about the tools at
> times :(
>
> Jeff
> _______________________________________________
> uClibc mailing list
> uClibc@uclibc.org
> http://lists.busybox.net/mailman/listinfo/uclibc

It's called Kbuild. The same build system is also used in the Linux
kernel and other opensource projects. Look here[1] for some additional
information (also available in your local kernel sources) and the
extra/config/README.uClibc file in your uClibc tree.

Strictly speaking the build system is not kbuild. We do, however, use kconfig.


Sent with AquaMail for Android
http://www.aqua-mail.com


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

Reply via email to