Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fsade: Implement ACL detection on Illumos | Tavian Barnes | 2024-04-22 | 1 | -1/+1 |
| | |||||
* | config: Check for getdents{,64}() | Tavian Barnes | 2024-04-19 | 1 | -1/+0 |
| | |||||
* | config: Check for program_invocation_short_name | Tavian Barnes | 2024-04-19 | 1 | -0/+1 |
| | | | | | | This lets us pick it up on musl too, since there's no __MUSL__ macro. Link: https://wiki.musl-libc.org/faq#Q:-Why-is-there-no-%3Ccode%3E__MUSL__%3C/code%3E-macro? | ||||
* | tests: Add ../src to the include path | Tavian Barnes | 2024-04-19 | 1 | -0/+1 |
| | |||||
* | 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. | ||||
* | build: Directly generate version.c | Tavian Barnes | 2024-04-17 | 1 | -1/+1 |
| | |||||
* | build: Dont include ${BUILDDIR} in short messages | Tavian Barnes | 2024-04-17 | 1 | -1/+1 |
| | |||||
* | build: Add back the default CFLAGS | Tavian Barnes | 2024-04-17 | 1 | -6/+20 |
| | |||||
* | build: Refactor configuration | Tavian Barnes | 2024-04-16 | 1 | -0/+119 |
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. |