summaryrefslogtreecommitdiffstats
path: root/builddefs
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-01-02 22:12:54 +0000
committerGitHub <noreply@github.com>2023-01-03 09:12:54 +1100
commit4b2fd4212254a8fed0d7e59aba3e43671f5bfbd2 (patch)
treefe096a629fe39ede8c44a367899830b17b478df8 /builddefs
parentb297531dbf645a28fd5a67e546a9ff27d49e1b1e (diff)
Build warning when not valid work-tree (#19475)
Diffstat (limited to 'builddefs')
-rw-r--r--builddefs/message.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/builddefs/message.mk b/builddefs/message.mk
index 2bd01669f8..34a5e7da91 100644
--- a/builddefs/message.mk
+++ b/builddefs/message.mk
@@ -64,6 +64,8 @@ MSG_ASSEMBLING = Assembling:
MSG_CLEANING = Cleaning project:
MSG_CREATING_LIBRARY = Creating library:
MSG_GENERATING = Generating:
+MSG_NOT_REPO = $(WARN_COLOR)WARNING:$(NO_COLOR) Target folder is not a git repo, you probably downloaded a zip file instead of cloning.\n\
+Please consider following $(BOLD)https://docs.qmk.fm/\#/newbs_getting_started$(NO_COLOR).\n\n
MSG_SUBMODULE_DIRTY = $(WARN_COLOR)WARNING:$(NO_COLOR) Some git submodules are out of date or modified.\n\
Please consider running $(BOLD)qmk git-submodule$(NO_COLOR).\n\n
MSG_NO_CMP = $(ERROR_COLOR)Error:$(NO_COLOR)$(BOLD) cmp command not found, please install diffutils\n$(NO_COLOR)