From 1fe28ff4998a6353bda13ebd1bedf35b96369b62 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 13 Jul 2019 14:22:59 -0400 Subject: [PATCH] usability? --- firmware/rusefi.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/rusefi.mk b/firmware/rusefi.mk index bb1ce5d477..bf58936b3c 100644 --- a/firmware/rusefi.mk +++ b/firmware/rusefi.mk @@ -4,7 +4,7 @@ $(info Invoking "git submodule update --init") $(shell git submodule update --init) $(info Invoked "git submodule update --init") # make is not happy about newly checked out module for some reason but next invocation would work -$(error Please run 'make' again) +$(error Please run 'make' again. Please make sure you have 'git' command in PATH) endif ifeq ($(PROJECT_BOARD),)