Skip to content

Commit 021a962

Browse files
committed
make: run now has a run.log
consistent with other targets, useful for debugging and scripting Signed-off-by: Øyvind Harboe <[email protected]>
1 parent ad3512e commit 021a962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ klayout:
10531053

10541054
.phony: run
10551055
run:
1056-
$(OPENROAD_CMD) -no_splash $(if $(filter %.py,$(RUN_SCRIPT)),-python) $(RUN_SCRIPT)
1056+
($(OPENROAD_CMD) -no_splash $(if $(filter %.py,$(RUN_SCRIPT)),-python) $(RUN_SCRIPT) 2>&1 | tee $(abspath $(LOG_DIR)/run.log))
10571057

10581058
# Utilities
10591059
#-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)