]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: makefile: include EXTRA_MAKE in the .build_opts construction
authorWilly Tarreau <w@1wt.eu>
Fri, 29 May 2026 09:07:38 +0000 (11:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 29 May 2026 09:07:38 +0000 (11:07 +0200)
commit45f14ba836736ebbfcd7e4c90ba888992710c48b
treec1f0c4a413ed4e2c96c0286fe3a8dcbbf3607f1e
parent4185bc2cb85abc3615d6bd46e59f8681004de457
BUILD: makefile: include EXTRA_MAKE in the .build_opts construction

EXTRA_MAKE allows to source an external makefile to bring new options
that will result in including add-ons etc. It must be part of the
construction of .build_opts that decides whether or not existing .o
are reusable or need to be rebuilt, otherwise we can end up with a mix
of .o built with some options and others with different options.

No backport is needed, as this appeared in 3.4.
Makefile