]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: makefile: also list per-option settings in 'make opts'
authorWilly Tarreau <w@1wt.eu>
Fri, 23 Dec 2022 16:29:11 +0000 (17:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 23 Dec 2022 16:33:53 +0000 (17:33 +0100)
commit23078c8f2f4f1a821d49cbeb874655c0615439c3
tree62a5f1b81f99f60abb4d923d54c37ef3b016a20e
parent6e70a3986cad4fa148e3b32f92a371d18cabc851
BUILD: makefile: also list per-option settings in 'make opts'

Thanks to the generic naming of the build options, it's now relatively
easy to enumerate all _CFLAGS and _LDFLAGS for defined USE_* options.
That was added to the first line of 'make opts', but is only listed for
enabled options, non-empty variables or cmd-line defined variables.
Makefile