X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=948a24d3907f2d68694bb1c28cefcca3156d2150;hp=11be8465eca284e9a556ac9135d8f77bb3328142;hb=5190eea24f9822a63dc5d06d214b48f973b14f29;hpb=ad1204e4eb397b4f7d10c3bdfa9214aa8c0a0575 diff --git a/make.sh b/make.sh index 11be8465ec..948a24d390 100755 --- a/make.sh +++ b/make.sh @@ -65,6 +65,9 @@ mkdir $BASEDIR/log/ 2>/dev/null # Include funtions . tools/make-functions +# Get the amount of memory in this build system +HOST_MEM=$(system_memory) + if [ -f .config ]; then . .config fi