3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-20 12:53:39 +00:00

Docs: macos-safe build

Swap `cp -u` for `rsync -t`.
Drop the workaround to get the list of dot files after copying them, and instead just run the makefile twice.
Swap `$(wildcard **/*.x)` for `$(shell find . -name *.x)`,
This commit is contained in:
Krystine Sherwin 2024-08-23 12:52:15 +12:00
parent 0b53b10770
commit 5d5d890d5b
No known key found for this signature in database
2 changed files with 8 additions and 9 deletions

View file

@ -250,6 +250,7 @@ test-macros:
.PHONY: images
images:
$(MAKE) -C source/_images
$(MAKE) -C source/_images convert
.PHONY: reqs
reqs: