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
"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
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
__