From e9fcf994ca6e8c0c8bcce63826ac38dd72f3a4f9 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Tue, 14 Apr 2026 08:33:15 +0200 Subject: [PATCH] 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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