summaryrefslogtreecommitdiffstats
path: root/config/pkg.mk
Commit message (Collapse)AuthorAgeFilesLines
* config: Check for program_invocation_short_nameTavian Barnes2024-04-191-2/+2
| | | | | | 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?
* config: Use ✔/✘ rather than [y]/[n]Tavian Barnes2024-04-191-2/+2
|
* build: Directly generate version.cTavian Barnes2024-04-171-1/+1
|
* build: Dont include ${BUILDDIR} in short messagesTavian Barnes2024-04-171-2/+5
|
* build: Refactor configurationTavian Barnes2024-04-161-4/+13
| | | | | | 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 onceTavian Barnes2024-04-101-0/+11