http://mail.nl.linux.org/kernelnewbies/2008-10/msg00002.html
On Wed, Oct 01, 2008 at 07:52:52PM +0800, loody wrote: > Dear all: > while compiling kernel 2.6, the messages look like below: > AS arch/arm/lib/testsetbit.o > AS arch/arm/lib/ucmpdi2.o > AR arch/arm/lib/lib.a > CC lib/sort.o > CC lib/parser.o > CC lib/halfmd4.o > CC lib/debug_locks.o > ..... > But I want to see the message like > gcc -g -DDISPLAY -I/usr/openwin/include -DTRACE -DVERBOSE -DVERIFY > -c -o idct.o idct.c > .... > such that I can determine whether the compile option is correct or not. > Is any option I can set to see those message?
make V=1
