export a $PATH containing what we need for builds
This commit is contained in:
parent
dfc51d6cf6
commit
6cd346e1c0
2
config
2
config
|
|
@ -23,6 +23,8 @@
|
||||||
|
|
||||||
MAKEOPTS="-j$(grep -c 'processor' /proc/cpuinfo)"
|
MAKEOPTS="-j$(grep -c 'processor' /proc/cpuinfo)"
|
||||||
|
|
||||||
|
export PATH="$PATH:/usr/sbin:/sbin:/usr/bin:/bin"
|
||||||
|
|
||||||
## uncomment if you wish to create stage4 tarballs for faster rebuilding
|
## uncomment if you wish to create stage4 tarballs for faster rebuilding
|
||||||
# TAR_STAGE4=true
|
# TAR_STAGE4=true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8cec5f6c9d3bfedde1febf4ba15134395b4d3a86
|
Subproject commit e13af645afa06b723a552f4b462af07359ed99e0
|
||||||
Loading…
Reference in New Issue