]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: Makefile: clean up the target declarations
authorWilly Tarreau <w@1wt.eu>
Wed, 27 Mar 2019 10:44:19 +0000 (11:44 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 27 Mar 2019 13:32:58 +0000 (14:32 +0100)
commit39f1992d7b7b7704ce074d245139ecd859924504
tree8ca767678d420f84a17d428fbaf29a6197a3159d
parentf6bf8e9ead307c2c4bfeb6f735fd29e81d959607
BUILD: Makefile: clean up the target declarations

The target declarations were historically made of a series of if/else but
this is pointless and only makes the list unreadable given the number of
entries, especially the long tail of "endif". Just use a series of
"if/endif" for each target instead, and take this opportuity to clean up
the comments.
Makefile