[coreboot] New patch to review for coreboot: 9e1343b use a relative path for #line 3

David Hendricks (dhendrix@chromium.org) gerrit at coreboot.org
Wed Jan 16 01:16:01 CET 2013


David Hendricks (dhendrix at 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 at 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 at 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
 



More information about the coreboot mailing list