]> git.ipfire.org Git - thirdparty/man-pages.git/commit
*.mk: Escape newlines instead of using +=
authorAlejandro Colomar <alx@kernel.org>
Mon, 17 Jul 2023 13:38:20 +0000 (15:38 +0200)
committerAlejandro Colomar <alx@kernel.org>
Mon, 17 Jul 2023 13:38:59 +0000 (15:38 +0200)
commit6cbb8dbbdc173e3e7ac4fabffcc21892076b6bea
tree4d411c2f94239a9ea4d893ab5c1d7a28f725be94
parent8739cd96d58a386bfba64e6371849722835b90fc
*.mk: Escape newlines instead of using +=

It's more robust to only spell the variable name once.  We've fixed typos
related to that in the past, and in this patch we're fixing another one:

DEFAULT_CPPCHECKFLAgS += --inconclusive

Even if we could merge some of those lines into one (because they're
short), I prefer to keep one line per option.  Semantic newlines, aren't
they?  :)

Signed-off-by: Alejandro Colomar <alx@kernel.org>
share/mk/build/catman.mk
share/mk/build/groff.mk
share/mk/build/src.mk
share/mk/check/catman.mk
share/mk/dist.mk
share/mk/lint/c.mk