summaryrefslogtreecommitdiff
path: root/xibuild/build_profile
blob: 212926597dca0583e69986024120d04e5bdc8531 (plain)
1
2
3
4
5
6
7
8
9
export JOBS=$(grep "processor" /proc/cpuinfo | wc -l)
export HOME=/root
export PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin

export MAKEFLAGS="-j$JOBS"
export XORG_PREFIX="/usr"

export XORG_CONFIG="--prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static"