]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: makefile: move default verbosity settings to include/make/verbose.mk
authorWilly Tarreau <w@1wt.eu>
Thu, 17 Nov 2022 07:23:10 +0000 (08:23 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 17 Nov 2022 09:56:35 +0000 (10:56 +0100)
commit8dd672523f14961ae9a3ee18b58ac8bc06561d09
tree2e381671b41813ec79968462bf22e9f08818bb66
parentd575661d402fc8740c6d915bdd3a5259c38c8a63
BUILD: makefile: move default verbosity settings to include/make/verbose.mk

The $(Q), $(V), $(cmd_xx) handling needs to be reused in sub-project
makefiles and it's a pain to maintain inside the main makefile. Let's
just move that into a new subdir include/make/ with a dedicated file
"verbose.mk". It slightly cleans up the makefile in addition.
Makefile
dev/poll/Makefile
dev/tcploop/Makefile
include/make/verbose.mk [new file with mode: 0644]