Changeset 36d2dcc


Ignore:
Timestamp:
06/15/2018 04:22:09 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
5ed8d0a
Parents:
540dde1
Message:

Updae currency script for elfutils

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11420 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter07/udev.xml

    r540dde1 r36d2dcc  
    121121      class="filesystem">devtmpfs</systemitem> used initially.</para> </sect3>
    122122     
    123     <sect3>
     123    <sect3 id="module-loading">
    124124      <title>Module Loading</title>
    125125
  • chapter07/usage.xml

    r540dde1 r36d2dcc  
    234234      /sys/class/rtc.</para>
    235235
     236      <para>For information on kernel module loading and udev, see
     237      <xref linkend="module-loading"/>.</para>
     238<!--
    236239    <sect3>
    237240      <title>Module Loading</title>
     
    266269
    267270    </sect3>
    268 
     271-->
    269272    <sect3>
    270273      <title>Handling Hotpluggable/Dynamic Devices</title>
  • lfs-latest.php

    r540dde1 r36d2dcc  
    110110if ( $package == "e2fsprogs"  ) $dirpath = "http://sourceforge.net/projects/e2fsprogs/files/e2fsprogs";
    111111if ( $package == "expat"      ) $dirpath = "http://sourceforge.net/projects/expat/files";
     112if ( $package == "elfutils"   ) $dirpath = "https://sourceware.org/ftp/elfutils"; 
    112113if ( $package == "expect"     ) $dirpath = "http://sourceforge.net/projects/expect/files"; 
    113114if ( $package == "file"       ) $dirpath = "https://github.com/file/file/releases";
     
    243244     return find_max( $lines, "/expect/", "/^.*expect(\d[\d\.]+\d).tar.*$/" );
    244245
     246  if ( $package == "elfutils" )
     247     return find_max( $lines, "/^\d/", "/^(\d[\d\.]+\d)\/.*$/" );
     248
    245249  if ( $package == "XML-Parser" )
    246250  {
Note: See TracChangeset for help on using the changeset viewer.