]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: Makefile: remove halog from install-admin
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 19 Nov 2025 15:23:57 +0000 (16:23 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 19 Nov 2025 15:52:20 +0000 (16:52 +0100)
The dependency to halog build provokes problems when changing CFLAGS and
LDFLAGS, because you're suppose to have the same flags during the build
and the install if there's still some things to build.

We probably need to store the flags somewhere to reuse them at another
step, but we need to do it cleanly. In the meantime it's better not to
have this dependency.

Makefile

index 2a2bb533c13e3bef83bceaff92bbfb84109d195d..90e791f398cdc90947eb551d9387cab3e39dae0c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1123,9 +1123,8 @@ install-doc:
                $(INSTALL) -m 644 doc/$$x.txt "$(DESTDIR)$(DOCDIR)" ; \
        done
 
-install-admin: admin/halog/halog
+install-admin:
        $(Q)$(INSTALL) -d "$(DESTDIR)$(SBINDIR)"
-       $(Q)$(INSTALL) admin/halog/halog "$(DESTDIR)$(SBINDIR)"
        $(Q)$(INSTALL) admin/cli/haproxy-dump-certs "$(DESTDIR)$(SBINDIR)"
        $(Q)$(INSTALL) admin/cli/haproxy-reload "$(DESTDIR)$(SBINDIR)"