]> git.kaiwu.me - haproxy.git/commit
MINOR: haload: add haload build target
authorFrederic Lecaille <flecaille@haproxy.com>
Thu, 19 Mar 2026 16:55:36 +0000 (17:55 +0100)
committerFrederic Lecaille <flecaille@haproxy.com>
Fri, 24 Apr 2026 09:32:45 +0000 (11:32 +0200)
commit4e084317e2adc5774b2e4f62d478296314a4a50b
tree42d615e760e043be3cb6e29a1672316eda020a01
parent5f2274aa1eadcb5da87ff36094d1a3a5a20459aa
MINOR: haload: add haload build target

This patch introduces the haload target to the Makefile. It defines
the HALOAD_OBJS list, which includes the standard objects along with
the specific haload_init.o, haload.o, and hbuf.o files.

The build process follows the same pattern as the haterm tool,
allowing haload to be compiled as a standalone binary.
Makefile