openwrt-packages/mail/alpine
Eneas U de Queiroz 0e652e2449 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>
2023-06-19 16:05:00 +03:00
..
patches alpine: try to make reproducible 2021-02-02 22:38:12 -08:00
Makefile alpine: disable parallel build 2023-06-19 16:05:00 +03:00