John Que wrote:
Hello,
Thanks.
I know abour make V=1 ; it indeed gives verbose info about the make
process but not the compilation flags.
I had tried rm drivers/net/eepro100.ko and
make V=1
what I see is
Building modules, stage 2.
make -rR -f /work/src/from189/linux-2.6.12-rc3/scripts/Makefile.modpost
scripts/mod/modpost -m -o "a list of object files (including eepro100.o)"
But nowhere is the compilation flags; is there a way to see them ?
Regards,
John
On 8/8/05, Thomas Petazzoni <thomas.petazzoni@xxxxxxxx> wrote:
Hi,
John Que wrote:
I want to be able to see the gcc command and the flags when running
"make modules" in 1 2.6.7 kernel (as was the default in 2.4 if I am
not wrong).
How can this be done ?
$ make V=1
Sincerly,
Thomas
--
Thomas Petazzoni
thomas.petazzoni@xxxxxxxx
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/
here is the Makefile extract ...
---snip--
248 # If $(quiet) is empty, the whole command will be printed.
249 # If it is set to "quiet_", only the short version will be printed.
--snip--
is this what you are looking for?
thanks and regards
Arshad
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/