Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config: Test-compile packages even if pkg-config says they exist | Tavian Barnes | 2024-04-19 | 1 | -3/+3 |
| | | | | This fixes `make config CC=musl-gcc`, for example. | ||||
* | build: Dont include ${BUILDDIR} in short messages | Tavian Barnes | 2024-04-17 | 1 | -1/+1 |
| | |||||
* | build: Refactor configuration | Tavian Barnes | 2024-04-16 | 1 | -7/+10 |
| | | | | | | We now use a recursive make invocation to do the work of `make config`. The new implementation is also compatible with GNU make 3.81 found on macOS. | ||||
* | build: Run pkg-config with all packages at once | Tavian Barnes | 2024-04-10 | 1 | -0/+14 |