Subversion Repositories tpanel

Rev

Rev 361 | Rev 364 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 361 Rev 362
Line 201... Line 201...
201
else
201
else
202
    log "Changing into build directory \"$BUILDDIR\" ..."
202
    log "Changing into build directory \"$BUILDDIR\" ..."
203
    cd "$BUILDDIR"
203
    cd "$BUILDDIR"
204
fi
204
fi
205
 
205
 
206
log "Compiling the source ..."
206
log "Compiling the source and using ${CPUS} cpus..."
207
 
207
 
208
if [ $OPT_VERBOSE -eq 1 ]
208
if [ $OPT_VERBOSE -eq 1 ]
209
then
209
then
210
    echo "${CMAKE} --build "${CURDIR}/${BUILDDIR}" --target all -j${CPUS}"
210
    echo "${CMAKE} --build "${CURDIR}/${BUILDDIR}" --target all -j${CPUS}"
211
fi
211
fi