forked from kiss-community/repo
efivar: Force -j1
This /apparently/ fixes build errors for some users. I can't reproduce (even with -j$(nproc)).
This commit is contained in:
parent
b1adedab50
commit
520617e74c
@ -9,6 +9,7 @@ mv -f _ src/include/defaults.mk
|
|||||||
# Avoid repeating ourselves.
|
# Avoid repeating ourselves.
|
||||||
mk() {
|
mk() {
|
||||||
make \
|
make \
|
||||||
|
-j1 \
|
||||||
libdir=/usr/lib/ \
|
libdir=/usr/lib/ \
|
||||||
bindir=/usr/bin/ \
|
bindir=/usr/bin/ \
|
||||||
mandir=/usr/share/man/ \
|
mandir=/usr/share/man/ \
|
||||||
|
Loading…
Reference in New Issue
Block a user