Proton/make
Arkadiusz Hiler 692ef0aa1f build: Do as much as possible inside of the SDK container.
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.
2023-02-14 16:07:44 +02:00
..
rules-autoconf.mk build: Do as much as possible inside of the SDK container. 2023-02-14 16:07:44 +02:00
rules-cargo.mk build: Do as much as possible inside of the SDK container. 2023-02-14 16:07:44 +02:00
rules-cmake.mk build: Do as much as possible inside of the SDK container. 2023-02-14 16:07:44 +02:00
rules-common.mk build: Do as much as possible inside of the SDK container. 2023-02-14 16:07:44 +02:00
rules-configure.mk build: Do as much as possible inside of the SDK container. 2023-02-14 16:07:44 +02:00
rules-meson.mk build: Do as much as possible inside of the SDK container. 2023-02-14 16:07:44 +02:00
rules-source.mk build: Do as much as possible inside of the SDK container. 2023-02-14 16:07:44 +02:00
rules-winemaker.mk build: Do as much as possible inside of the SDK container. 2023-02-14 16:07:44 +02:00
utility.mk build: Move misc helpers to make/utility.mk. 2021-03-31 14:08:10 -05:00