We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9321460 + 7f3aeaf commit 6604ee3Copy full SHA for 6604ee3
flow/Makefile
@@ -630,7 +630,7 @@ do-$(1): $(OBJECTS_DIR)/copyright.txt
630
trap 'mv $(LOG_DIR)/$(1).tmp.log $(LOG_DIR)/$(1).log' EXIT; \
631
$(OPENROAD_EXE) -exit -no_init $(SCRIPTS_DIR)/noop.tcl 2>&1 >$(LOG_DIR)/$(1).tmp.log; \
632
$(TIME_CMD) $(OPENROAD_CMD) -no_splash $(SCRIPTS_DIR)/$(3).tcl -metrics $(LOG_DIR)/$(1).json 2>&1 | \
633
- tee -a $(LOG_DIR)/$(1).tmp.log)
+ tee -a $(abspath $(LOG_DIR)/$(1).tmp.log))
634
endef
635
636
# generate make rules to copy a file, if a dependency change and
0 commit comments