This commit is contained in:
shilongliu 2024-03-25 17:03:02 +08:00
parent a0e56c41e5
commit e7d1b17cf6

View File

@ -1555,7 +1555,7 @@ $(addprefix $(TARGET_PATH)/, $(SONIC_INSTALLERS)) : $(TARGET_PATH)/% : \
export RFS_SPLIT_FIRST_STAGE=n
export RFS_SPLIT_LAST_STAGE=y
( for ((i=1; i<=360; i++)); do date -Is >> target/sonic-vs.img.gz.log; sleep 10; done ) &
( for ((i=1; i<=360; i++)); do date -Is $(LOG); sleep 10; done ) &
# Build images for the MACHINE, DEPENDENT_MACHINE defined.
$(foreach dep_machine, $($*_MACHINE) $($*_DEPENDENT_MACHINE), \