[coreboot-gerrit] New patch to review for coreboot: Makefile: Add a comment to fix syntax highlighting

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Mon Jan 25 23:59:35 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/13435

-gerrit

commit 4d18ad89b514f6dd650249c2347538c74199dcd0
Author: Martin Roth <martinroth at google.com>
Date:   Mon Jan 25 15:59:24 2016 -0700

    Makefile: 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: I566e8e0f4412009f679ab079f20ae30c2049b502
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index c46c4d8..bfab588 100644
--- a/Makefile
+++ b/Makefile
@@ -153,6 +153,7 @@ endif
 include toolchain.inc
 
 strip_quotes = $(strip $(subst ",,$(subst \",,$(1))))
+# fix makefile syntax highlighting after strip macro "))
 
 # The primary target needs to be here before we include the
 # other files



More information about the coreboot-gerrit mailing list