PureDarwin / darwinbuild

Darwinbuild is a collection of tools that assist compilation of the many projects contained in Darwin, the open source base of Apple's macOS operating system.
https://macosforge.github.io/darwinbuild/
Other
48 stars 13 forks source link

Support passing multiple projects to darwinbuild-recursive #35

Closed wjk closed 4 years ago

wjk commented 4 years ago

Once this PR is merged, you can do sudo darwinbuild -recursive xnu libpthread libdispatch and it will build those three projects (or however many are specified on the command line) and their dependencies, while ensuring that each dependent project is built only once.

csekel commented 4 years ago

Approved, good work!