]> git.lizzy.rs Git - rust.git/commitdiff
mk: Print grammar info message like others
authorBrian Anderson <banderson@mozilla.com>
Fri, 25 Jul 2014 21:32:34 +0000 (14:32 -0700)
committerBrian Anderson <banderson@mozilla.com>
Fri, 25 Jul 2014 21:32:34 +0000 (14:32 -0700)
mk/grammar.mk

index 6ff0f82293b13599c98fd05eab7360bce2ae4be8..12190fb0348543881f934a5c141dfed441a014f7 100644 (file)
@@ -45,17 +45,17 @@ check-lexer: $(BG) $(BG)RustLexer.class $(BG)verify
        $(Q)$(SG)check.sh $(S) "$(BG)" \
                "$(CFG_GRUN)" "$(BG)verify" "$(BG)RustLexer.tokens"
 else
-$(info grun not available, skipping lexer test...)
+$(info cfg: grun not available, skipping lexer test...)
 check-lexer:
 
 endif
 else
-$(info antlr4 not available, skipping lexer test...)
+$(info cfg: antlr4 not available, skipping lexer test...)
 check-lexer:
 
 endif
 else
-$(info javac not available, skipping lexer test...)
+$(info cfg: javac not available, skipping lexer test...)
 check-lexer:
 
 endif