Searched refs:NPROCESSORS (Results 1 – 3 of 3) sorted by relevance
10 NPROCESSORS=$(/usr/bin/getconf _NPROCESSORS_ONLN)12 NPROCESSORS=217 if [ $NPROCESSORS -gt 4 ] ; then18 echo "$0:Note: Limiting processors to use by make from $NPROCESSORS to 4."19 NPROCESSORS=422 MAKEFLAGS="j${NPROCESSORS}"
37 NPROCESSORS=$(/usr/bin/getconf _NPROCESSORS_ONLN)39 NPROCESSORS=245 if [ $NPROCESSORS -gt 4 ] ; then46 echo "$0:Note: Limiting processors to use by make from $NPROCESSORS to 4."47 NPROCESSORS=4
44 make -j ${NPROCESSORS:-2}