Commit Graph

6 Commits

Author SHA1 Message Date
Přemysl Eric Janouch 4ef7c9edf7
Makefile: make the static build a non-phony target 2021-07-19 09:28:50 +02:00
Přemysl Eric Janouch 3eea106c3c
Explicitly disable GCC's -Wmisleading-indentation 2021-07-19 09:23:28 +02:00
Přemysl Eric Janouch e7da32160c
Makefile: fix version extraction
Regression introduced by cc59fcf.
2021-07-07 21:21:52 +02:00
Přemysl Eric Janouch 1318c4983f
Makefile: make portable, support static linking
We can happily stick to POSIX and the usual variable names,
with the following exceptions:
 - pkg-config(1) is used to find libraries and compile flags
 - the new "static" target uses non-standard compiler
   and linker flags, though it's not the default target

sdn is predestined for wild distribution,
even the dynamically linked libc is rather suboptimal.
2020-10-23 08:22:59 +02:00
Přemysl Eric Janouch fb73fc8292
Mark files that make use of POSIX ACLs 2017-07-14 21:49:32 +02:00
Přemysl Eric Janouch a55fc17f31
Initial commit 2017-06-29 04:32:37 +02:00