mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
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.
This commit is contained in:
parent
788f57448a
commit
e9fcf994ca
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue