Skip to content

RFC: gprbuild-based build system

Samuel Holland requested to merge smaeul/userland:gprbuild-build-system into master

This is a first pass, but it works pretty nicely. Comments welcome. After running make prepare, you can run gprbuild <util> (e.g. gprbuild chown) to build a specific binary. You can delete the .gpr files for binaries that don't build yet to see how it works in aggregate.

Merge request reports