On Fri, Mar 1, 2013 at 2:33 PM, Markos Chandras <[email protected]> wrote: > On 1 March 2013 19:01, Jeffrey Walton <[email protected]> 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 [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
