Skip to content

Commit 3382ffe

Browse files
committedJul 25, 2014
mk: Print grammar info message like others
1 parent ae97e6f commit 3382ffe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎mk/grammar.mk

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ check-lexer: $(BG) $(BG)RustLexer.class $(BG)verify
4545
$(Q)$(SG)check.sh $(S) "$(BG)" \
4646
"$(CFG_GRUN)" "$(BG)verify" "$(BG)RustLexer.tokens"
4747
else
48-
$(info grun not available, skipping lexer test...)
48+
$(info cfg: grun not available, skipping lexer test...)
4949
check-lexer:
5050

5151
endif
5252
else
53-
$(info antlr4 not available, skipping lexer test...)
53+
$(info cfg: antlr4 not available, skipping lexer test...)
5454
check-lexer:
5555

5656
endif
5757
else
58-
$(info javac not available, skipping lexer test...)
58+
$(info cfg: javac not available, skipping lexer test...)
5959
check-lexer:
6060

6161
endif

0 commit comments

Comments
 (0)