]> 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, 19 Jun 2026 07:33:24 +0000 (09:33 +0200)
commit1e2ab47d5a0871bbb9945eb9eaf095960fe08620
tree3ba9a5b63d2e86e95951de10f7d8b7541aa5322b
parent46ae274fb65526214b41cb953bf623c4a6d1a9b4
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