summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2f1e9bef..b2646949 100644
--- a/Makefile
+++ b/Makefile
@@ -318,8 +318,8 @@ ifneq ($(have_git),)
$(call GREP_CHECK,' ',tabs,0,'.')
$(call GREP_CHECK,' $$',trailing spaces,0,'.')
else
- echo "enforce requires git"
- exit 1
+ $(V)echo "enforce requires the git program and a git repository"
+ $(V)exit 1
endif
#