Changeset 7ad4ef5 for jhalfs


Ignore:
Timestamp:
11/05/2005 11:02:30 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
0.2
Children:
7f49a8c
Parents:
0b02bb1
Message:

Merged r2158 and r2159 from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r0b02bb1 r7ad4ef5  
    171171  grep "\-version" $BOOK/general.ent | sed -e 's@<!ENTITY @@' -e 's@">@"@' \
    172172  -e '/generic/d' >> packages
    173   echo `grep "glibc" packages | sed 's@glibc@glibc-linuxthreads@'` >> packages
     173  echo `grep "glibc" packages | sed 's@glibc@&-linuxthreads@'` >> packages
    174174  echo `grep "udev-config-file" $BOOK/general.ent | sed -e 's@<!ENTITY @@' -e 's@">@"@'` >> packages
     175  # Download the module-init-tools-testsuite package only
     176  # if the test suite will be run.
     177  if [ "$TEST" = "1" ] ; then
     178    echo `grep "module" packages | sed 's@tools@&-testsuite@'` >> packages
     179  fi
    175180  # If we are buildind the UTF-8 branch, the glibc-libidn package is required
    176181  if grep -q "man-db-version" $BOOK/general.ent ; then
     
    189194  cd $BUILDDIR/sources
    190195
    191   # Hackish fix for the bash-doc and glibc-{linuxthreads,libidn} packages that
    192   # doesn't conform to norms in the URL scheme.
    193   DIR=`echo $1 | sed -e 's@-doc@@' -e 's@-linuxthreads@@' -e 's@-libidn@@'`
     196  # Hackish fix for the bash-doc, glibc-{linuxthreads,libidn} and
     197  # module-init-tools-testsuite packages that doesn't conform to
     198  # norms in the URL scheme.
     199  DIR=`echo $1 | sed 's@-doc@@';'s@-linuxthreads@@';'s@-libidn@@';'s@-testsuite@@'`
    194200
    195201  # Find the md5 sum for this package.
Note: See TracChangeset for help on using the changeset viewer.