[PATCH] Let GCC generate deps with -MD.

2006-08-12 Thread Johan Rydberg
Hi, Instead of generating the dependencies separately it can be done the first time a file is compiled, with the -MD option to GCC. Comments? 2006-08-12 Johan Rydberg <[EMAIL PROTECTED]> * genmk.rb: Let GCC generate dependenceies the first time it compiles a file; using the

Re: EFI disk probing problem

2006-08-12 Thread Johan Rydberg
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > I don't remember precisely, but I think I only added disk devices but not > partition devices. On your system, don't disk devices as well as partition > devices get enumerated? I'm not 100% sure about this, but I think EFI does not have to add

Re: [PATCH] Let GCC generate deps with -MD.

2006-08-12 Thread Hollis Blanchard
On Sat, 2006-08-12 at 18:07 +0200, Johan Rydberg wrote: > > Instead of generating the dependencies separately it can be done the > first time a file is compiled, with the -MD option to GCC. Just curious... does this solve the problem that occurs when you delete a .c file? -Hollis __