tools/cmake: fix typo in parallel make patch
authorPiotr Stefaniak <pstef@freebsd.org>
Sat, 8 Aug 2020 22:38:21 +0000 (00:38 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Mon, 10 Aug 2020 23:14:25 +0000 (01:14 +0200)
commit4af78734127d6325ec72f243741a24aa2447f5c4
treeef1b5adf21c9b783c6f3ffc0118d36904b3e875b
parentd6b158b8698148b4123239f46579a719899b6ae4
tools/cmake: fix typo in parallel make patch

The variable in the case argument was mistyped, so the case always
checked against an empty string and never matched.

Fix the variable name. Add a PKG_RELEASE to Makefile so we can bump it.

Fixes: d6de31310cc1 ("cmake: restore parallel build support for bootstrap")
Signed-off-by: Piotr Stefaniak <pstef@freebsd.org>
[add commit message, add PKG_RELEASE, fix commit title, add Fixes:]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit e27fbae63c3436ce5588ca06b78ea88c7a316fee)
tools/cmake/Makefile
tools/cmake/patches/130-bootstrap_parallel_make_flag.patch