Skip to content

Commit 4da217e

Browse files
committed
metadata: update_rules_force is now consisten twith update_rules
2152d38 retired metadata-base-ok.json, this is a followup to that git commit to make update_rules_force use the same metadata.json file as updat_rules Signed-off-by: Øyvind Harboe <[email protected]>
1 parent e69e31c commit 4da217e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

flow/util/utils.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ update_rules:
4343

4444
.PHONY: update_rules_force
4545
update_rules_force:
46-
$(UTILS_DIR)/genRuleFile.py $(DESIGN_DIR) --variant $(FLOW_VARIANT) --update
46+
$(UTILS_DIR)/genRuleFile.py $(DESIGN_DIR) \
47+
--reference $(REPORTS_DIR)/metadata.json \
48+
--variant $(FLOW_VARIANT) \
49+
--update
4750

4851
.PHONY: update_metadata_autotuner
4952
update_metadata_autotuner:

0 commit comments

Comments
 (0)