summaryrefslogtreecommitdiff
path: root/include/make
Commit message (Expand)AuthorAgeFilesLines
* BUILD: makefile: only consider settings from enabled optionsWilly Tarreau2022-12-231-2/+2
* BUILD: makefile: remove the special case of the SSL optionWilly Tarreau2022-12-231-2/+2
* BUILD: makefile: make all OpenSSL variants use the same settingsWilly Tarreau2022-12-231-1/+1
* BUILD: makefile: add a function to collect all options' CFLAGS/LDFLAGSWilly Tarreau2022-12-231-0/+13
* BUILD: makefile: initialize all build options' variables at onceWilly Tarreau2022-12-231-0/+6
* BUILD: makefile: sort the features listWilly Tarreau2022-12-231-1/+1
* BUILD: makefile: move common options-oriented macros to include/make/options.mkWilly Tarreau2022-12-231-0/+33
* BUILD: makefile: move the compiler option detection stuff to compiler.mkWilly Tarreau2022-11-171-0/+42
* BUILD: makefile: use $(cmd_MAKE) in quiet modeWilly Tarreau2022-11-171-0/+3
* BUILD: makefile: move default verbosity settings to include/make/verbose.mkWilly Tarreau2022-11-171-0/+27