Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config: Use ✔/✘ rather than [y]/[n] | Tavian Barnes | 2024-04-19 | 1 | -2/+2 |
| | |||||
* | config: Remove unused ${ARCH} variable | Tavian Barnes | 2024-04-19 | 1 | -1/+0 |
| | |||||
* | config: Remove explicit -MF from DEPFLAGS | Tavian Barnes | 2024-04-19 | 1 | -1/+1 |
| | | | | We use the default name anyway. | ||||
* | config: Fix ${SAN} on BSD make | Tavian Barnes | 2024-04-19 | 1 | -1/+2 |
| | | | | | | This seems to have hit some BSD make limitation, making it set `SAN := y` unconditionally for some reason. Breaking up the expression fixes it. | ||||
* | config: Don't build config tests with -o /dev/null | Tavian Barnes | 2024-04-19 | 1 | -2/+8 |
| | | | | | | | | | macOS doesn't like it, complaining that error: cannot parse the debug map for '/dev/null': The file was not recognized as a valid object file clang: error: dsymutil command failed with exit code 1 (use -v to see invocation) Use a temporary file instead. | ||||
* | config: Delete gen/objs.mk | Tavian Barnes | 2024-04-17 | 1 | -10/+0 |
| | | | | | Rather than explicitly listing all these dependencies, we can rely on DEPFLAGS to generate them for us. | ||||
* | build: Directly generate version.c | Tavian Barnes | 2024-04-17 | 5 | -10/+12 |
| | |||||
* | build: Dont include ${BUILDDIR} in short messages | Tavian Barnes | 2024-04-17 | 6 | -8/+14 |
| | |||||
* | build: Add back the default CFLAGS | Tavian Barnes | 2024-04-17 | 1 | -6/+20 |
| | |||||
* | build: Properly export PKG_CONFIG | Tavian Barnes | 2024-04-17 | 2 | -0/+2 |
| | |||||
* | build: Make the config scripts POSIX-compliant | Tavian Barnes | 2024-04-17 | 3 | -15/+17 |
| | |||||
* | build: Support NOLIBS=1 | Tavian Barnes | 2024-04-17 | 1 | -1/+1 |
| | |||||
* | build: Refactor configuration | Tavian Barnes | 2024-04-16 | 11 | -125/+419 |
| | | | | | | 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: Fix FreeBSD *SAN builds | Tavian Barnes | 2024-04-11 | 1 | -1/+1 |
| | |||||
* | build: Factor out vars.mk generation into a script | Tavian Barnes | 2024-04-10 | 1 | -0/+81 |
| | |||||
* | build: Run pkg-config with all packages at once | Tavian Barnes | 2024-04-10 | 7 | -44/+98 |
| | |||||
* | config/cc.sh: Pass all the flags when running the compiler | Tavian Barnes | 2024-04-10 | 1 | -4/+8 |
| | |||||
* | build: Add optional libselinux dependency | Tavian Barnes | 2024-04-10 | 2 | -0/+9 |
| | |||||
* | build: Add a separate configuration step | Tavian Barnes | 2024-04-09 | 8 | -0/+150 |