Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_book_parser

    r67ca47e r87eb9e9  
    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 
    7366  # First profile the book, for revision and arch. Note that
    7467  # MULTIBLIB is set to "default" if pure 64 bit book. In this case,
     
    110103           --stringparam log-level      "$LOG_LEVEL"    \
    111104           --stringparam script-root    "$SCRIPT_ROOT"  \
    112            --stringparam jobs           "$JOBS"         \
    113            --stringparam jobs-bp1       "$JOBSBP1"      \
    114105           --output "./${COMMANDS}/"                    \
    115106           $XSL                                         \
     
    151142  echo -n "... "
    152143  xsltproc --nonet --xinclude \
    153            --stringparam jobs_2 "$JOBS_2" \
    154            -o chroot-scripts/ chroot.xsl  \
     144           -o chroot-scripts/ chroot.xsl \
    155145           $BOOK/chapter0?/*chroot*.xml >> $LOGDIR/$LOG 2>&1
    156146  echo "done"
Note: See TracChangeset for help on using the changeset viewer.