openwrt-packages/mail/alpine
Eneas U de Queiroz f5f990d7d7 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 0e652e2449)
2023-09-20 02:17:49 +02:00
..
patches alpine: try to make reproducible 2021-02-02 22:38:12 -08:00
Makefile alpine: disable parallel build 2023-09-20 02:17:49 +02:00