From dfc6c37078bf8611bfbc95fcaa83386d8839bfc2 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 26 Apr 2011 19:03:35 +0000 Subject: Log which modules are both using the same autogen files, for debugging. --- infrastructure/makebuildenv.pl.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'infrastructure/makebuildenv.pl.in') diff --git a/infrastructure/makebuildenv.pl.in b/infrastructure/makebuildenv.pl.in index 93115514..db081dd4 100755 --- a/infrastructure/makebuildenv.pl.in +++ b/infrastructure/makebuildenv.pl.in @@ -346,7 +346,8 @@ for my $mod (@modules, @implicit_deps) for(grep /\.h\Z/i, @items) { next if /\A\._/; # Temp Mac OS Resource hack - die "Header file $_ already used in module ".$hfiles{$_}."\n" if exists $hfiles{$_}; + die "Header file $_ already used in module ".$hfiles{$_}. + ", cannot add to $mod\n" if exists $hfiles{$_}; $hfiles{$_} = $mod } } -- cgit v1.2.3