Skip to content

Commit 0f541f9

Browse files
committed
makefile: do not invoke make recursively for skip_route
This avoids the need for making sure that enviornment variables are set to it's original value. Consider: export FOO += 1 Here FOO would be set to '1 1' inside a 'make finish' when invoked recursively Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 18087e3 commit 0f541f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flow/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,8 +678,6 @@ skip_route: $(RESULTS_DIR)/4_cts.odb $(RESULTS_DIR)/4_cts.sdc
678678
cp $(RESULTS_DIR)/3_place.odb $(RESULTS_DIR)/5_2_route.odb
679679
cp $(RESULTS_DIR)/3_place.odb $(RESULTS_DIR)/6_1_fill.odb
680680
touch $(RESULTS_DIR)/6_final.spef
681-
$(MAKE) $(LOG_DIR)/6_report.log
682-
$(MAKE) finish
683681

684682
# To create a mock abstract quickly, good enough to iterate quickly on
685683
# floorplanning and detailed route at higher levels, run:

0 commit comments

Comments
 (0)