haproxy/dev/tcploop
Willy Tarreau d575661d40 BUILD: makefile: properly pass CC to sub-projects
The "poll" and "tcploop" sub-projects have their own makefiles. But
since the cmd_* commands were migrated from "echo" to $(info) with
make 3.81, the command is confusingly displayed in the top-level
makefile before entering the directory, even making one think that
the build occurred.

Let's instead propagate the verbosity level through the sub-projects
and let them adapt their own cmd_CC. For now this peans a little bit
of duplication for poll and tcploop.
2022-11-17 10:56:35 +01:00
..
Makefile BUILD: makefile: properly pass CC to sub-projects 2022-11-17 10:56:35 +01:00
tcploop.c DEV: tcploop: add minimal UDP support 2022-06-08 14:42:15 +02:00