Skip to content

Commit ee2f6a5

Browse files
authored
reformating the BUILD_STRING to match the Vivado string of BUILD_STRING
1 parent b5b8bec commit ee2f6a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ GHDLFLAGS = --workdir=$(OUT_DIR) --ieee=synopsys -fexplicit -frelaxed-rules --w
3434
include $(RUCKUS_DIR)/system_shared.mk
3535

3636
# Override system_shared.mk build string
37-
export GHDL_VERSION = $(shell ghdl -v 2>&1 | head -n 1 | awk '{print $$1, $$2}')
38-
export BUILD_STRING = $(PROJECT): $(GHDL_VERSION), $(BUILD_SYS_NAME) ($(BUILD_SVR_TYPE)), Built $(BUILD_DATE) by $(BUILD_USER)
37+
export GHDL_VERSION = $(shell ghdl -v 2>&1 | head -n 1 | awk '{print $$1, $$2}')
38+
export BUILD_STRING = $(PROJECT): $(GHDL_VERSION), ${BUILD_SYS_NAME} (${BUILD_SVR_TYPE}), Built ${BUILD_DATE} by ${BUILD_USER}
3939

4040
all: syntax
4141

0 commit comments

Comments
 (0)