[Omake] behavior in subdirs

Aleksey Nogin nogin at cs.caltech.edu
Tue Aug 15 11:31:31 PDT 2006


On 15.08.2006 11:24, Nathaniel Gray wrote:

> Aleksey Nogin wrote:
> 
>> On 14.08.2006 17:34, Nathaniel Gray wrote:
>>
>>> Ok, at least I understand the error message now.  For some reason I'm 
>>> getting group.cmx as a dependency when I'm building with 
>>> NATIVE_ENABLED=false.  It doesn't show up if I print dependencies 
>>> though.
>>
>>
>> The dependencies are printed before they are scanned, so you do not 
>> see it. Try using -debug-deeps.
> 
> 
> I've tried using -debug-deps but I haven't seen it do anything.  I've 
> tried with and without the various --xxx-dependencies flags and never 
> noticed any difference with -debug-deps.  How is it supposed to be used?
> 
The -debug-deps option makes sure that the scanned dependencies will be 
printed each time a scanner command finishes. If a specific execution 
does not run any scanner commands, the option will have no effect. So, 
to get maximum information out of it, you need to combine it with --depend.

-- 
Aleksey Nogin

Home Page: http://nogin.org/
E-Mail: nogin at cs.caltech.edu (office), aleksey at nogin.org (personal)
Office: Moore 04, tel: (626) 395-2200



More information about the OMake-Devel mailing list