Output from Build Tools?

Jeffrey Walton noloader at gmail.com
Fri Mar 1 19:42:31 UTC 2013


On Fri, Mar 1, 2013 at 2:33 PM, Markos Chandras <hwoarang at gentoo.org> wrote:
> On 1 March 2013 19:01, Jeffrey Walton <noloader at 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


More information about the uClibc mailing list