Skip to content

Commit 33033d9

Browse files
committed
makefile: run can need any of these folders
Especially useful in bazel-orfs context, though it is also possible to run into problems with these folders not existing in any scripting context Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 759bc31 commit 33033d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/Makefile

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

10541054
.phony: run
10551055
run:
1056+
@mkdir -p $(RESULTS_DIR) $(LOG_DIR) $(REPORTS_DIR) $(OBJECTS_DIR)
10561057
($(OPENROAD_CMD) -no_splash $(if $(filter %.py,$(RUN_SCRIPT)),-python) $(RUN_SCRIPT) 2>&1 | tee $(abspath $(LOG_DIR)/run.log))
10571058

10581059
# Utilities

0 commit comments

Comments
 (0)