summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.com>2022-02-19 19:30:05 +0100
committerNico Huber <nico.h@gmx.de>2022-03-12 14:39:10 +0000
commit6f63f20b33cec95cc05eaa574db4bd8fb65c3268 (patch)
treeb33f12cf4b837b61bd517438093826558e1be7bd /Makefile
parentdecf50e2eb8f4c446d6ac60512fd3522426deb2e (diff)
downloadflashrom-6f63f20b33cec95cc05eaa574db4bd8fb65c3268.tar.gz
flashrom-6f63f20b33cec95cc05eaa574db4bd8fb65c3268.tar.bz2
flashrom-6f63f20b33cec95cc05eaa574db4bd8fb65c3268.zip
Makefile: print version info as part of the config target
Change-Id: I1a846acfd8d2e0a9fc8b02c078b6ac0342438490 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/62199 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f2bcd6a77..eb478dd89 100644
--- a/Makefile
+++ b/Makefile
@@ -411,9 +411,6 @@ SCMDEF := -D'FLASHROM_VERSION="$(VERSION)"'
# No spaces in release names unless set explicitly
RELEASENAME ?= $(shell echo "$(VERSION)" | sed -e 's/ /_/')
-# Inform user of the version string
-$(info Replacing all version templates with $(VERSION).)
-
# If a VCS is found then try to install hooks.
$(shell ./util/getrevision.sh -c 2>/dev/null && ./util/git-hooks/install.sh)
@@ -914,6 +911,7 @@ ifeq ($(ARCH), x86)
endif
config:
+ @echo Building flashrom version $(VERSION)
@echo -n "C compiler found: "
@if [ $(CC_WORKING) = yes ]; \
then $(CC) --version 2>/dev/null | head -1; \