commit | 9057934a1ab8a8df5edd3a159ae9233da6ffce19 | [log] [tgz] |
---|---|---|
author | Thomas Heijligen <thomas.heijligen@secunet.com> | Sat Feb 19 19:30:05 2022 +0100 |
committer | Nico Huber <nico.h@gmx.de> | Sun Jan 29 12:29:02 2023 +0000 |
tree | 0c644be3bff4b1f1822fc8899bbb24eb763f8c6f | |
parent | 33ff32a589cf0bf06816575eacc60949a0270191 [diff] |
Makefile: print version info as part of the config target Change-Id: I1a846acfd8d2e0a9fc8b02c078b6ac0342438490 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Original-Reviewed-on: https://review.coreboot.org/c/flashrom/+/62199 Original-Reviewed-by: Nico Huber <nico.h@gmx.de> Original-Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/flashrom-stable/+/72305 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/Makefile b/Makefile index ad58af9..655be30 100644 --- a/Makefile +++ b/Makefile
@@ -886,6 +886,7 @@ endif config: + @echo Building flashrom version $(VERSION) @echo -n "C compiler found: " @if [ $(CC_WORKING) = yes ]; \ then $(CC) --version 2>/dev/null | head -1; \