From 34796f9ad5ed1b92ad32d97f5acd21fa6d34f450 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Sun, 6 Jun 2021 12:46:12 +0200 Subject: [PATCH] coq-lint: follow the style of other make messages --- Makefile.coq.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.coq.local b/Makefile.coq.local index a3083609..14516eaf 100644 --- a/Makefile.coq.local +++ b/Makefile.coq.local @@ -9,7 +9,7 @@ real-all: style $(if $(NO_TEST),,test) style: $(VFILES) coq-lint.sh # Make sure everything imports the options, and some general linting. - $(SHOW)"Performing some style checks..." + $(SHOW)"COQLINT" $(HIDE)for FILE in $(VFILES); do \ if ! fgrep -q 'From stdpp Require Import options.' "$$FILE"; then echo "ERROR: $$FILE does not import 'options'."; echo; exit 1; fi ; \ ./coq-lint.sh "$$FILE" || exit 1; \ -- GitLab