mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-11-02 02:57:45 +00:00
[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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user