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>
Tue, 31 Mar 2020 14:52:58 +0000 (16:52 +0200)
commitff97b2fbcf5e7f33231c2ddaa8e0037af5977121
tree9ac2290831a12b72525f7a56325d061b73190db1
parent4c800429743d79016d74baecebfea63c6e5618fd
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).

(cherry picked from commit 67b095e797a156ae27b7b52f6ccf57171717dd16)
Signed-off-by: Willy Tarreau <w@1wt.eu>
Makefile