Ignore:
Timestamp:
26/04/2011 20:03:35 (13 months ago)
Author:
chris
Message:

Log which modules are both using the same autogen files, for debugging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/infrastructure/makebuildenv.pl.in

    r2824 r2947  
    347347        { 
    348348                next if /\A\._/;        # Temp Mac OS Resource hack 
    349                 die "Header file $_ already used in module ".$hfiles{$_}."\n" if exists $hfiles{$_}; 
     349                die "Header file $_ already used in module ".$hfiles{$_}. 
     350                        ", cannot add to $mod\n" if exists $hfiles{$_}; 
    350351                $hfiles{$_} = $mod 
    351352        } 
Note: See TracChangeset for help on using the changeset viewer.