[kbuild-devel] Compile line output

2003-10-23 Thread Aamir Rashid
Hi Folks,

A couple of basic question(s) regarding kbuild-2.5:

1) With the default kbuild-2.5, my kernel compile line is something like:
  
 CC drivers/block/loop.o
 CC drivers/block/nbd.o
 CC drivers/net/tulip/eeprom.o
 CC drivers/net/tulip/interrupt.o
 CC drivers/net/tulip/media.o
 CC drivers/net/tulip/timer.o
 CC drivers/net/tulip/tulip_core.o

How do I get to see the COMPLETE COMPILE LINE which shows me all the 
compiler flags, include paths etc.?

Thanks,
-aamir




---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel


Re: [kbuild-devel] Compile line output

2003-10-23 Thread Sam Ravnborg
On Thu, Oct 23, 2003 at 01:39:46PM -0400, Aamir Rashid wrote:
 Hi Folks,
 
 A couple of basic question(s) regarding kbuild-2.5:
 
 1) With the default kbuild-2.5, my kernel compile line is something like:
   
  CC drivers/block/loop.o
  CC drivers/block/nbd.o
  CC drivers/net/tulip/eeprom.o
  CC drivers/net/tulip/interrupt.o
  CC drivers/net/tulip/media.o
  CC drivers/net/tulip/timer.o
  CC drivers/net/tulip/tulip_core.o
 
 How do I get to see the COMPLETE COMPILE LINE which shows me all the 
 compiler flags, include paths etc.?
'make help' explains you how.
Try make V=1

Sam


---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel