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:18:04 +0000 (01:18 +0200)
commit95dc2f5257c67c98816de1d88cdb29dd26be1d5e
treeef843475207185dfd857ad8d984a6359799bb82f
parent3667693830d54a9a4fdbb9eef802331a9b5f8d37
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