update makeall.sh script

This commit is contained in:
Andy 2019-01-02 17:23:41 +01:00
parent 37d2d8c1b1
commit e10fe35d67
Signed by: arno
GPG Key ID: 9076D5E6B31AE99C

View File

@ -1,4 +1,8 @@
#!/usr/bin/env bash
export NO_NESTED_MAKE=1
export SUBMAKE_JOBS=$(getconf _NPROCESSORS_ONLN)
make -j$(getconf _NPROCESSORS_ONLN) cmake32 && \
make -j$(getconf _NPROCESSORS_ONLN) cmake64 && \