David Hendricks (dhendrix@chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2153
-gerrit
commit 9e1343b513e316fadc07f68ef0eeb4919d6d4e1f Author: David Hendricks dhendrix@chromium.org Date: Tue Jan 15 16:09:08 2013 -0800
use a relative path for #line 3
The current path doesn't make much sense (unless you're Sven) and may also incur a very long access penalty if /home happens to be on a network mounted filesystem.
Change-Id: I8cfceb3cf237757ce9ea8f1953bce5a72691838a Signed-off-by: David Hendricks dhendrix@chromium.org --- util/sconfig/lex.yy.c_shipped | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/sconfig/lex.yy.c_shipped b/util/sconfig/lex.yy.c_shipped index 4eee138..215da56 100644 --- a/util/sconfig/lex.yy.c_shipped +++ b/util/sconfig/lex.yy.c_shipped @@ -1,5 +1,5 @@
-#line 3 "/home/svens/coreboot/coreboot-i5000-latest/util/sconfig/lex.yy.c_shipped" +#line 3 "util/sconfig/lex.yy.c_shipped"
#define YY_INT_ALIGNED short int