Skip to content

Improve dependencies on build tools

Ron Williams requested to merge rw_van/redox:rw_van_230306 into master

Instead of building cookbook, installer and redoxfs when needed, they are built once. This allows REPO_BINARY=1 and make mount to work correctly. The build of the tools is in its own makefile so we can easily add downloading binaries for them in future.

Merge request reports