Changeset aecc799 for jhalfs


Ignore:
Timestamp:
11/27/2005 10:10:28 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
0.2
Children:
0d5eabf, d494c36
Parents:
dc1a4e5
Message:

Merged r2226 from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    rdc1a4e5 raecc799  
    222222  grep "\-version" $BOOK/general.ent | sed -e 's@<!ENTITY @@' -e 's@">@"@' \
    223223  -e '/generic/d' >> packages
    224   echo `grep "glibc" packages | sed 's@glibc@&-linuxthreads@'` >> packages
    225224  # Download the vim-lang package if it must be installed
    226225  if [ "$VIMLANG" = "1" ] ; then
     
    228227  fi
    229228  echo `grep "udev-config-file" $BOOK/general.ent | sed -e 's@<!ENTITY @@' -e 's@">@"@'` >> packages
    230   # Download the module-init-tools-testsuite package only
    231   # if the test suite will be run.
    232   if [ "$TEST" = "1" ] ; then
    233     echo `grep "module" packages | sed 's@tools@&-testsuite@'` >> packages
     229  # This two packages are needed only for 6.1.1
     230  if [ "$LFSVRS" = "6.1.1" ] ; then
     231    echo `grep "glibc" packages | sed 's@glibc@&-linuxthreads@'` >> packages
     232    # Download the module-init-tools-testsuite package only
     233    # if the test suite will be run.
     234    if [ "$TEST" = "1" ] ; then
     235      echo `grep "module" packages | sed 's@tools@&-testsuite@'` >> packages
     236    fi
    234237  fi
    235238  # If we are buildind the UTF-8 branch, the glibc-libidn package is required
Note: See TracChangeset for help on using the changeset viewer.