692ef0aa1f
Parts of the rules, including the magical ones created via make/rules-*.mk, are executed inside of the container via SHELL override, and parts are executed on the host side. This makes reasoning about and debugging the rules much harder than it should be. It also requirs the users to have certain programs installed on the host in addition to docker/podman. With this change `make` will act as a simple pass through to inside of the container for the most part. One notable exception is installation which still happens the host side. |
||
---|---|---|
.. | ||
rules-autoconf.mk | ||
rules-cargo.mk | ||
rules-cmake.mk | ||
rules-common.mk | ||
rules-configure.mk | ||
rules-meson.mk | ||
rules-source.mk | ||
rules-winemaker.mk | ||
utility.mk |