commit | de28e7ee222b4e62f88b42ac7a3d594bee2edf71 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Wed Nov 24 09:44:14 2021 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Wed Nov 24 09:45:48 2021 +0000 |
tree | 7e0d9d2a16969e8a4785e15dd07b7f5ca8b48267 | |
parent | 17a8b9700b06e885e5eba17215c7e2103e61b401 [diff] |
Print version of Make Print a warning with the version of Make used by the system to help debug/reproduce Makefile issues. Change-Id: Ia64e607d2b258044e3bfb2a9b443e59b123daad4
diff --git a/Makefile b/Makefile index c244413..5a18326 100644 --- a/Makefile +++ b/Makefile
@@ -18,6 +18,8 @@ MAKEFLAGS += --jobs=$(CPUS) SHELL ?= $(shell which bash) +$(warning MAKE_VERSION=$(shell $(MAKE) --version)) + ## ## Folders ##