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>
Sun, 9 Aug 2020 22:01:51 +0000 (00:01 +0200)
commite27fbae63c3436ce5588ca06b78ea88c7a316fee
tree34a0a15d600d461885487ee7af66fdc5e8d300ff
parentc25c9e98f59357df9e92396aba44220d840dba7d
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>
tools/cmake/Makefile
tools/cmake/patches/130-bootstrap_parallel_make_flag.patch