Changeset d9ed5f37


Ignore:
Timestamp:
07/29/2009 06:09:34 PM (15 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, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 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:
420a2a21
Parents:
90b375c
Message:

Changes several instruvions to add an -v switch.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r90b375c rd9ed5f37  
    3737
    3838-->
     39    <listitem>
     40      <para>2009-07-29</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Add -v to various commands. 
     44          Fixes
     45          <ulink url="&lfs-ticket-root;2462">#2462</ulink>.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
    3950
    4051    <listitem>
  • chapter05/glibc.xml

    r90b375c rd9ed5f37  
    4949    call in some cases, causing certain pthread_mutex operations to fail:</para>
    5050
    51 <screen><userinput remap="pre">cp nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S{,.orig}
     51<screen><userinput remap="pre">cp -v nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S{,.orig}
    5252sed -e 's/FUTEX_WAIT\( | FUTEX_CLOCK_REALTIME, reg\)/FUTEX_WAIT_BITSET\1/' \
    5353        &lt;nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S.orig \
  • chapter06/glibc.xml

    r90b375c rd9ed5f37  
    6969
    7070<screen><userinput remap="pre">tar -xvf ../glibc-libidn-&glibc-version;.tar.bz2
    71 mv glibc-libidn-&glibc-version; libidn</userinput></screen>
     71mv -v glibc-libidn-&glibc-version; libidn</userinput></screen>
    7272
    7373<!--
  • chapter06/mpfr.xml

    r90b375c rd9ed5f37  
    6666
    6767<screen><userinput remap="install">make html
    68 mkdir -p /usr/share/doc/mpfr-&mpfr-version;
     68mkdir -pv /usr/share/doc/mpfr-&mpfr-version;
    6969find . -name \*.html -type f -exec cp -v \{} /usr/share/doc/mpfr-&mpfr-version; \;</userinput></screen>
    7070
  • chapter06/texinfo.xml

    r90b375c rd9ed5f37  
    8686
    8787<screen role="nodump"><userinput>cd /usr/share/info
    88 rm dir
     88rm -v dir
    8989for f in *
    9090do install-info $f dir 2&gt;/dev/null
  • general.ent

    r90b375c rd9ed5f37  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20090728">
    3 <!ENTITY releasedate "July 28, 2009">
     2<!ENTITY version "SVN-20090729">
     3<!ENTITY releasedate "July 29, 2009">
    44<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone "6.5">
Note: See TracChangeset for help on using the changeset viewer.