summaryrefslogtreecommitdiff
path: root/message.mk
diff options
context:
space:
mode:
authorskullydazed <skullydazed@users.noreply.github.com>2019-05-06 10:56:34 -0700
committerGitHub <noreply@github.com>2019-05-06 10:56:34 -0700
commit99500243e10c12c0a5005da49aa1986947b27153 (patch)
tree7b33f10fcc52f6578f84830c823e518557168ccf /message.mk
parentcb1935aaff0fed118954996fc7afb722b6ed21be (diff)
Make python a required build dependency (#5784)
* Make python a required build dependency * Add missing color * fixup sabayon linux per @BlitzKraft
Diffstat (limited to 'message.mk')
-rw-r--r--message.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/message.mk b/message.mk
index 71f37be0b5..734de86457 100644
--- a/message.mk
+++ b/message.mk
@@ -81,3 +81,7 @@ MSG_FILE_TOO_BIG = $(ERROR_COLOR)The firmware is too large!$(NO_COLOR) $(CURRENT
MSG_FILE_TOO_SMALL = The firmware is too small! $(CURRENT_SIZE)/$(MAX_SIZE)\n
MSG_FILE_JUST_RIGHT = The firmware size is fine - $(CURRENT_SIZE)/$(MAX_SIZE) ($(FREE_SIZE) bytes free)\n
MSG_FILE_NEAR_LIMIT = The firmware size is approaching the maximum - $(CURRENT_SIZE)/$(MAX_SIZE) ($(FREE_SIZE) bytes free)\n
+MSG_PYTHON_MISSING = $(WARN_COLOR)WARNING:$(NO_COLOR)\n \
+ Python 3 is not installed. It will be required by a future version\n\
+ of qmk_firmware.\n\n\
+ Please run $(BOLD)util/qmk_install.sh$(NO_COLOR) to install all the dependencies QMK requires.\n\n