[coreboot-gerrit] New patch to review for coreboot: arch/x86/Makefile.inc: Add a comment to fix syntax highlighting

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Fri Jan 15 20:20:43 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13017

-gerrit

commit 70196577cb0857f96d7c03f0f40d1286e976dfc9
Author: Martin Roth <martinroth at google.com>
Date:   Fri Jan 15 11:12:04 2016 -0700

    arch/x86/Makefile.inc: Add a comment to fix syntax highlighting
    
    Trivial fix for syntax highlighting in editors.  Some get confused by
    the double quote that doesn't have a close quote and stop highlighting
    at that point.  This comment closes the quote and the paren pair so
    that they can recover.
    
    Change-Id: I2bdb7c953a86905fc302d77eb9ad1200958800b7
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/arch/x86/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc
index 9713d52..3ca25b4 100644
--- a/src/arch/x86/Makefile.inc
+++ b/src/arch/x86/Makefile.inc
@@ -100,6 +100,7 @@ $(objgenerated)/bootblock.inc: $(src)/arch/x86/$(subst ",,$(CONFIG_BOOTBLOCK_SOU
 	$(CC_bootblock) $(CPPFLAGS_bootblock) -MM -MT$(objgenerated)/bootblock.inc \
 		$< > $(objgenerated)/bootblock.inc.d
 	$(ROMCC) -c -S $(bootblock_romccflags) -I. $(CPPFLAGS_bootblock) $< -o $@
+# The open quote in the subst messes with syntax highlighting. Fix it - ")
 
 # $(obj)/arch/x86/bootblock.bootblock.ld is part of $(bootblock-objs)
 $(objcbfs)/bootblock.debug: $$(bootblock-objs)



More information about the coreboot-gerrit mailing list