mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-02-03 21:22:11 +00:00
abuild.conf: added JOBS variable
makes it easier to support parallel builds on non gnu make system
This commit is contained in:
parent
2b9d261df5
commit
9588629399
@ -6,7 +6,8 @@ export LDFLAGS="-Wl,--as-needed"
|
||||
|
||||
export PATH=:/usr/i386-gentoo-linux-uclibc/binutils-bin/2.18:$PATH
|
||||
|
||||
export MAKEFLAGS=-j2
|
||||
export JOBS=2
|
||||
export MAKEFLAGS=-j$JOBS
|
||||
|
||||
# remove line below to disable colors
|
||||
USE_COLORS=1
|
||||
|
Loading…
Reference in New Issue
Block a user