From: Willy Tarreau Date: Tue, 14 Apr 2026 06:33:15 +0000 (+0200) Subject: BUILD: Makefile: don't forget to also delete haterm on make clean X-Git-Tag: v3.4-dev9~18 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e9fcf994ca6e8c0c8bcce63826ac38dd72f3a4f9;p=thirdparty%2Fhaproxy.git BUILD: Makefile: don't forget to also delete haterm on make clean haterm depends on the same source files as haproxy, yet it wasn't deleted on "make clean", resulting in confusion when rebuilding and believing to run the freshly built one. Let's just add it to the "clean" target. No backport is needed since haterm is 3.4-only. --- diff --git a/Makefile b/Makefile index 00b7fe225..624d58e06 100644 --- a/Makefile +++ b/Makefile @@ -1172,7 +1172,7 @@ uninstall: $(Q)rm -f "$(DESTDIR)$(SBINDIR)"/haproxy clean: - $(Q)rm -f *.[oas] src/*.[oas] haproxy test .build_opts .build_opts.new + $(Q)rm -f *.[oas] src/*.[oas] haproxy haterm test .build_opts .build_opts.new $(Q)for dir in . src dev/* admin/* addons/* include/* doc; do rm -f $$dir/*~ $$dir/*.rej $$dir/core; done $(Q)rm -f haproxy-$(VERSION).tar.gz haproxy-$(VERSION)$(SUBVERS)$(EXTRAVERSION).tar.gz $(Q)rm -f haproxy-$(VERSION) haproxy-$(VERSION)$(SUBVERS)$(EXTRAVERSION) nohup.out gmon.out