]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: makefile: add entries to build common debugging tools
authorWilly Tarreau <w@1wt.eu>
Thu, 22 Oct 2020 03:12:57 +0000 (05:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Oct 2020 03:17:08 +0000 (05:17 +0200)
commit5c643f37d0ba3390b35332453ab97b4d1a24e2ab
tree9af1fe8a02ba939fda1011b61c352804d5eed5e0
parent9018ca9655ef6f48bbd23f472976ad0d336969ae
BUILD: makefile: add entries to build common debugging tools

A few tools in contrib/ such as halog, flags, poll and tcploop are
occasionally useful at least to developers, and some of them such as
halog or flags can occasionally break due to some changes in the include
files. As reported in issue #907, their inability to inherit the global
build options also causes some warnings related to some specificities
of the main include files. Let's just add entries in the main makefile
to build them.
Makefile