From e8d08ba67edf407884fa36f11c027cd7c0d4e46d Mon Sep 17 00:00:00 2001 From: N-R-K <79544946+N-R-K@users.noreply.github.com> Date: Sun, 3 Oct 2021 22:52:12 +0600 Subject: Rework build system v2 (#71) * Remove non-POSIX extensions and commands * Drop autodetection in favor of OPT_DEP_DEFAULT * Use += for LDLIBS as some BSD distros need to add extra flags * Change DOCPREFIX -> EGPREFIX * Use ?= for MANPREFIX and EGPREFIX * Update docs With this, we should have a stable build system. No further significant changes should be needed. --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d2d77f1..41ab2e8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,3 @@ version.h *.d *.o nsxiv -config.mk -- cgit v1.2.3-54-g00ecf