]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: makefile: don't display a dummy features list without a target
authorWilly Tarreau <w@1wt.eu>
Wed, 24 May 2023 13:59:04 +0000 (15:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 24 May 2023 14:23:24 +0000 (16:23 +0200)
commit060769836e987a6f9b674b13b2393760b06bc030
treedc926e901973a9b3fc1f52971eaf23c5fe0fc857
parentf1df006ffe22abe52a8d1b0e3fc5e624fa005543
CLEANUP: makefile: don't display a dummy features list without a target

"make help" ends with a list of enabled/disabled features for TARGET '',
which makes no sense. Let's only display enabled/disabled features when
a target is set. It also removes visual pollution when users seek help.
Makefile