[Box Backup-commit] COMMIT r2947 - box/trunk/infrastructure

subversion at boxbackup.org subversion at boxbackup.org
Tue Apr 26 20:03:35 BST 2011


Author: chris
Date: 2011-04-26 20:03:35 +0100 (Tue, 26 Apr 2011)
New Revision: 2947

Modified:
   box/trunk/infrastructure/makebuildenv.pl.in
Log:
Log which modules are both using the same autogen files, for debugging.


Modified: box/trunk/infrastructure/makebuildenv.pl.in
===================================================================
--- box/trunk/infrastructure/makebuildenv.pl.in	2011-04-26 18:48:00 UTC (rev 2946)
+++ box/trunk/infrastructure/makebuildenv.pl.in	2011-04-26 19:03:35 UTC (rev 2947)
@@ -346,7 +346,8 @@
 	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
 	}
 }




More information about the Boxbackup-commit mailing list