alpine: disable parallel build
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Mon, 12 Jun 2023 11:31:25 +0000 (08:31 -0300)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Wed, 20 Sep 2023 00:17:49 +0000 (02:17 +0200)
commitf5f990d7d78f574db04439d22c471e5ab33470c0
tree0a77bba721ba4bb9a57d5b73ab4b69ea58d5f79a
parentc9c122966a2b75dd3822d8750c630751f4eb870e
alpine: disable parallel build

Parallel build does not work because it may reach a point where OSTYPE
might be needed before it is actually built.  They appear to run
parallel to each other:

echo slx > OSTYPE
[...]
cat: OSTYPE: No such file or directory
sh: line 1: test: too many arguments
cat: OSTYPE: No such file or directory
Already built for -- you must do "make clean" first
make[6]: *** [Makefile:706: rebuild] Error 1
make[6]: *** Waiting for unfinished jobs....

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 0e652e244928afd3ac9490589542de0263b89e44)
mail/alpine/Makefile