Changeset ebe1ba6 for jhalfs


Ignore:
Timestamp:
06/10/2020 08:01:17 PM (4 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
6447575
Parents:
36f5dce
Message:

Adapt for the cross 2 branch. Note that ICA is broken now. Keeping some old
code to use for fixing ICA, but committing now so that testing can begin!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r36f5dce rebe1ba6  
    185185  NO_PROGRESS="#"
    186186fi
    187 
    188187
    189188# Sanity check on the location of $BUILDDIR / $JHALFSDIR
     
    455454# But the LFS book is needed for BLFS tools.
    456455  get_book
     456# At this point, we should have a way to know whether we have a cross
     457# or regular book... In case of cross, prohibite TEST=3
     458# the position of gcc-pass2 (chapter 6 or 5) tells us (not valid for
     459# cross-chap5 branch).
     460  if (( TEST == 3 )) && \
     461     [ -f "$JHALFSDIR/${PROGNAME}-commands/chapter06/gcc-pass2.xml" ]; then
     462        TEST=2
     463  fi
    457464  extract_commands
    458465  echo "${SD_BORDER}${nl_}"
Note: See TracChangeset for help on using the changeset viewer.