mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
Merge "build: fix semantic ver generation for windows" into integration
This commit is contained in:
commit
5936b5bedb
1 changed files with 2 additions and 2 deletions
|
@ -81,9 +81,9 @@ BUILD_STRING ?= development build
|
|||
# by defining the MAKE_BUILD_STRINGS macro.
|
||||
BUILT_TIME_DATE_STRING = const char build_message[] = "Built : "${BUILD_MESSAGE_TIMESTAMP};
|
||||
VERSION_STRING_MESSAGE = const char version_string[] = "${VERSION_STRING}";
|
||||
const char version[] = "${VERSION}";
|
||||
VERSION_MESSAGE = const char version[] = "${VERSION}";
|
||||
define MAKE_BUILD_STRINGS
|
||||
@echo $$(BUILT_TIME_DATE_STRING) $$(VERSION_STRING_MESSAGE) | \
|
||||
@echo $$(BUILT_TIME_DATE_STRING) $$(VERSION_STRING_MESSAGE) $$((VERSION_MESSAGE)) | \
|
||||
$$(CC) $$(TF_CFLAGS) $$(CFLAGS) -x c -c - -o $1
|
||||
endef
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue