]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: makefile: fix build options when building tools first
authorWilly Tarreau <w@1wt.eu>
Wed, 24 May 2023 15:23:45 +0000 (17:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 24 May 2023 15:23:45 +0000 (17:23 +0200)
commit6777357a5e0d3d45a555253949582f722773a025
tree386ecffd9bfc2d0fe6975496b0e2518352e0a8c1
parentaf26361837ed9ca72da74a8af5407948b14b6be4
BUILD: makefile: fix build options when building tools first

Due to the test on the target introduced by commit 9577a152b ("BUILD:
makefile: do not erase build options for some build options"), if a
tool (e.g. halog) is build first before haproxy after a clean or a
fresh source extraction, the .build_opts file does not exist and
"make" complains since there's no such target. Make sure to define
the empty target for all "else" blocks there. No backport is needed.
Makefile