alpine: disable parallel build
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Mon, 12 Jun 2023 11:31:25 +0000 (08:31 -0300)
committerRosen Penev <rosenp@gmail.com>
Mon, 19 Jun 2023 13:05:00 +0000 (16:05 +0300)
commit0e652e244928afd3ac9490589542de0263b89e44
tree80118929a595f24eb06af7e0b5bead83af0a6e26
parent194cf52a82df2bdf98d52687762287ae689b6fc6
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>
mail/alpine/Makefile