]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: makefile: fix regex syntax in ARM platform detection
authorWilly Tarreau <w@1wt.eu>
Mon, 16 Mar 2020 08:38:00 +0000 (09:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 16 Mar 2020 08:38:00 +0000 (09:38 +0100)
commit67b095e797a156ae27b7b52f6ccf57171717dd16
treed0d30c0acbb7d2c1225f6832bb933f7512a0d6c4
parentd93e6ec4cc44b48bc5370c724d3661b52ba9976c
BUILD: makefile: fix regex syntax in ARM platform detection

Commit d93e6ec ("BUILD: on ARM, must be linked to libatomic.") broke the
build due to a missing backslash in front of the '#':

  Makefile:331: *** invalid syntax in conditional.  Stop.

Let's address this and make sure we only pick relevant lines (and not
possibly empty lines).
Makefile