Changeset 4e9a3b3


Ignore:
Timestamp:
11/03/2005 10:43:34 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
7429b9c
Parents:
8778e1e
Message:

Added support for the Module-init-tools-testsuite package.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dump-lfs-scripts.xsl

    r8778e1e r4e9a3b3  
    116116        <xsl:text>cp -v ../kernel-config .config&#xA;</xsl:text>
    117117      </xsl:when>
    118       <!-- The Coreutils test suite is optional -->
     118      <!-- The Coreutils and Module-Init-Tools test suites are optional -->
    119119      <xsl:when test="$testsuite = '0' and
    120                 ancestor::sect1[@id='ch-system-coreutils'] and
     120                (ancestor::sect1[@id='ch-system-coreutils'] or
     121                ancestor::sect1[@id='ch-system-module-init-tools']) and
    121122                (contains(string(),'check') or
    122123                contains(string(),'dummy'))"/>
  • jhalfs

    r8778e1e r4e9a3b3  
    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
     174  echo `grep "module" packages | sed 's@tools@&-testsuite@'` >> packages
    174175  echo `grep "udev-config-file" $BOOK/general.ent | sed -e 's@<!ENTITY @@' -e 's@">@"@'` >> packages
    175176  # If we are buildind the UTF-8 branch, the glibc-libidn package is required
     
    189190  cd $BUILDDIR/sources
    190191
    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@@'`
     192  # Hackish fix for the bash-doc, glibc-{linuxthreads,libidn} and
     193  # module-init-tools-testsuite packages that doesn't conform to
     194  # norms in the URL scheme.
     195  DIR=`echo $1 | sed 's@-doc@@';'s@-linuxthreads@@';'s@-libidn@@';'s@-testsuite@@'`
    194196
    195197  # Find the md5 sum for this package.
Note: See TracChangeset for help on using the changeset viewer.