Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_book_parser

    r87eb9e9 r67ca47e  
    6464  popd > /dev/null
    6565
     66  if [ "$ALL_CORES" = "y" ]; then
     67          JOBS="\$(nproc)"
     68  else
     69          JOBS="$N_PARALLEL"
     70  fi
     71  if [ "$REALSBU" = y ]; then JOBSBP1=1; else JOBSBP1="$JOBS"; fi
     72
    6673  # First profile the book, for revision and arch. Note that
    6774  # MULTIBLIB is set to "default" if pure 64 bit book. In this case,
     
    103110           --stringparam log-level      "$LOG_LEVEL"    \
    104111           --stringparam script-root    "$SCRIPT_ROOT"  \
     112           --stringparam jobs           "$JOBS"         \
     113           --stringparam jobs-bp1       "$JOBSBP1"      \
    105114           --output "./${COMMANDS}/"                    \
    106115           $XSL                                         \
     
    142151  echo -n "... "
    143152  xsltproc --nonet --xinclude \
    144            -o chroot-scripts/ chroot.xsl \
     153           --stringparam jobs_2 "$JOBS_2" \
     154           -o chroot-scripts/ chroot.xsl  \
    145155           $BOOK/chapter0?/*chroot*.xml >> $LOGDIR/$LOG 2>&1
    146156  echo "done"
Note: See TracChangeset for help on using the changeset viewer.