Commit 758bd23
committed
Make check-klayout an order-only prereq of merged GDS
The phony check-klayout target was a normal prerequisite of
$(GDS_MERGED_FILE), which forced the KLayout def2stream merge to re-run
on every `make finish`/`make metadata` invocation regardless of whether
the GDS inputs had changed. Moving it behind `|` keeps the KLayout
availability check when the GDS needs building, without marking the GDS
perpetually out-of-date.
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>1 parent c06bf3c commit 758bd23
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
673 | 673 | | |
674 | 674 | | |
675 | 675 | | |
676 | | - | |
| 676 | + | |
677 | 677 | | |
678 | 678 | | |
679 | 679 | | |
| |||
0 commit comments