commit | 39f1992d7b7b7704ce074d245139ecd859924504 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Mar 27 11:44:19 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 27 14:32:58 2019 +0100 |
tree | 8ca767678d420f84a17d428fbaf29a6197a3159d | |
parent | f6bf8e9ead307c2c4bfeb6f735fd29e81d959607 [diff] |
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.