diff --git a/BaseBuild/Basesys/man b/BaseBuild/Basesys/man index 9f71af3..2c5e6c6 100644 --- a/BaseBuild/Basesys/man +++ b/BaseBuild/Basesys/man @@ -77,7 +77,7 @@ premk() { mk() { CC="gcc ${BUILDOPTIONS}" \ - ./configure -default -confdir=/etc && + ./configure -confdir=/etc && make -j $NUMCPU && make -j $NUMCPU PREFIX=$TMPROOT install }