r5988 - trunk/eda/boom

werner at docs.openmoko.org werner at docs.openmoko.org
Sun Oct 17 04:45:47 CEST 2010


Author: werner
Date: 2010-10-17 04:45:47 +0200 (Sun, 17 Oct 2010)
New Revision: 5988

Modified:
   trunk/eda/boom/parser.pl
Log:
boom/parser.pl (parse_one): update include directory to track sub-includes



Modified: trunk/eda/boom/parser.pl
===================================================================
--- trunk/eda/boom/parser.pl	2010-10-17 00:19:52 UTC (rev 5987)
+++ trunk/eda/boom/parser.pl	2010-10-17 02:45:47 UTC (rev 5988)
@@ -399,6 +399,7 @@
 	    push(@inc, $file);
 	    push(@dir, $dir);
 	    $name = &rel_path($dir, $1);
+	    $dir = &dirname($name);
 	    $file = new IO::File->new($name) || die "$name: $!";
 	    next;
 	}




More information about the commitlog mailing list