Print this page
4029 remove tonic build bits

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/scripts/nightly.sh
          +++ new/usr/src/tools/scripts/nightly.sh
↓ open down ↓ 1375 lines elided ↑ open up ↑
1376 1376  path or (if you really want to use this version of dmake anyway), add
1377 1377  the following to your environment to disable this check:
1378 1378  
1379 1379    CHECK_DMAKE=n
1380 1380  EOF
1381 1381          exit 1
1382 1382  fi
1383 1383  export PATH
1384 1384  export MAKE
1385 1385  
1386      -if [[ "$O_FLAG" = y ]]; then
1387      -        export TONICBUILD=""
1388      -else
1389      -        export TONICBUILD="#"
1390      -fi
1391      -
1392 1386  if [ "${SUNWSPRO}" != "" ]; then
1393 1387          PATH="${SUNWSPRO}/bin:$PATH"
1394 1388          export PATH
1395 1389  fi
1396 1390  
1397 1391  hostname=$(uname -n)
1398 1392  if [[ $DMAKE_MAX_JOBS != +([0-9]) || $DMAKE_MAX_JOBS -eq 0 ]]
1399 1393  then
1400 1394          maxjobs=
1401 1395          if [[ -f $HOME/.make.machines ]]
↓ open down ↓ 1597 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX