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?
appreciate your help,
miloody

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to