Ignore:
Timestamp:
11/17/2023 02:55:36 PM (7 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
04a608b
Parents:
da4bce3
Message:

Fix MAKEFLAGS for binutils-pass1

We need a special case for binutils-pass1 in case REALSBU is set
to y. Use variables JOBSBP1 in shell and jobs-bp1 in .xsl.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_book_parser

    rda4bce3 ra9360e1  
    6868  else
    6969          JOBS="$N_PARALLEL"
     70  fi
     71  if [ "REALSBU" = y ]; then JOBSBP1=1; else JOBSBP1="$JOBS"; fi
    7072
    71   fi
    7273  # First profile the book, for revision and arch. Note that
    7374  # MULTIBLIB is set to "default" if pure 64 bit book. In this case,
     
    110111           --stringparam script-root    "$SCRIPT_ROOT"  \
    111112           --stringparam jobs           "$JOBS"         \
     113           --stringparam jobs-bp1       "$JOBSBP1"      \
    112114           --output "./${COMMANDS}/"                    \
    113115           $XSL                                         \
Note: See TracChangeset for help on using the changeset viewer.