[build]: allow to specify timestamp format in the build log (#4311)

only simple/none are supported currently

Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
lguohan
2020-03-23 09:45:43 -07:00
committed by GitHub
parent 4d22cd405f
commit 760e763935
4 changed files with 11 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ GRAY=\033[0m
endif
endif
ifeq ($(SONIC_CONFIG_BUILD_LOG_TIMESTAMP),y)
ifeq ($(BUILD_LOG_TIMESTAMP),simple)
PROCESS_LOG_OPTION = -t
endif