Add kludge to stop auto-rebuild during the mass rebuild
This commit is contained in:
parent
0dd0190421
commit
455e25392f
@ -1030,6 +1030,9 @@ cat /proc/sysinfo 2>/dev/null || true
|
||||
cat /proc/meminfo
|
||||
df
|
||||
|
||||
# Prevent rebuild within the mass rebuild.
|
||||
exit 1
|
||||
|
||||
# We build using the native system compilers.
|
||||
GCC=gcc
|
||||
GXX=g++
|
||||
|
Loading…
Reference in New Issue
Block a user