Skip to content

Commit c681135

Browse files
committed
makefile: document arguments to do-step
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 010a2fa commit c681135

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

flow/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,12 @@ UNSET_AND_MAKE = @bash -c 'for var in $(ISSUE_VARIABLES_NAMES); do unset $$var;
466466
# for dependencies.
467467
#
468468
# The do- substeps of each of these stages are subject to change.
469+
#
470+
# $(1) stem, e.g. 2_1_floorplan
471+
# $(2) dependencies
472+
# $(3) tcl script step
473+
# $(4) extension of result, default .odb
474+
# $(5) folder of target, default $(RESULTS_DIR)
469475
define do-step
470476
$(if $(5),$(5),$(RESULTS_DIR))/$(1)$(if $(4),$(4),.odb): $(2)
471477
$$(UNSET_AND_MAKE) do-$(1)

0 commit comments

Comments
 (0)