You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set _current_dir = `echo ${current_dir} | sed -e 's|\(.*/\)\(.*\.git\)\(/.*\)*|\2|g'`
if ( (${_current_dir} != "hardenedBSD.git")) then
if ((${_current_dir} != "opBSD.git")) then
set _current_dir = "hardenedBSD.git"
endif
endif
echo "build source dir: ${_current_dir}"
sleep 1
test -d $MAKEOBJDIRPREFIX || mkdir $MAKEOBJDIRPREFIX
(cd /usr/data/source/git/opBSD/${_current_dir}; make -j$__freebsd_mk_jobs buildworld buildkernel) |& tee /tmp/cc-log-${_current_dir}-`date "+%Y%m%d%H%M%S"`