Skip to content

Commit

Permalink
Merge pull request #2167 from Pinata-Consulting/makefile-easier-tail-log
Browse files Browse the repository at this point in the history
makefile: make it easier to find log
  • Loading branch information
maliberty authored Jul 22, 2024
2 parents 9321460 + 7f3aeaf commit 6604ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ do-$(1): $(OBJECTS_DIR)/copyright.txt
trap 'mv $(LOG_DIR)/$(1).tmp.log $(LOG_DIR)/$(1).log' EXIT; \
$(OPENROAD_EXE) -exit -no_init $(SCRIPTS_DIR)/noop.tcl 2>&1 >$(LOG_DIR)/$(1).tmp.log; \
$(TIME_CMD) $(OPENROAD_CMD) -no_splash $(SCRIPTS_DIR)/$(3).tcl -metrics $(LOG_DIR)/$(1).json 2>&1 | \
tee -a $(LOG_DIR)/$(1).tmp.log)
tee -a $(abspath $(LOG_DIR)/$(1).tmp.log))
endef

# generate make rules to copy a file, if a dependency change and
Expand Down

0 comments on commit 6604ee3

Please sign in to comment.