Changeset e178a8e


Ignore:
Timestamp:
02/19/2006 08:08:26 PM (18 years ago)
Author:
Matthew Burgess <matthew@…>
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.3, 6.4, 6.5, 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:
c4aba10
Parents:
3bf7cb6
Message:

Add verbose parameter to a couple of commands that should have it

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r3bf7cb6 re178a8e  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>Febraury 19, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[matthew] - Add the verbose parameter to a couple of commands in
     44          Linux-Libc-Headers and DB.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
    3848
    3949    <listitem>
  • chapter06/db.xml

    r3bf7cb6 re178a8e  
    109109    <para>Fix the ownerships of the installed files:</para>
    110110
    111 <screen><userinput>chown root:root /usr/bin/db_* \
     111<screen><userinput>chown -v root:root /usr/bin/db_* \
    112112    /usr/lib/libdb* /usr/include/db* &amp;&amp;
    113 chown -R root:root /usr/share/doc/db-&db-version;</userinput></screen>
     113chown -Rv root:root /usr/share/doc/db-&db-version;</userinput></screen>
    114114
    115115  </sect2>
  • chapter06/linux-libc-headers.xml

    r3bf7cb6 re178a8e  
    5454    <para>Install the header files:</para>
    5555
    56 <screen><userinput>install -d /usr/include/asm
     56<screen><userinput>install -dv /usr/include/asm
    5757cp -Rv include/asm-i386/* /usr/include/asm
    5858cp -Rv include/linux /usr/include</userinput></screen>
  • general.ent

    r3bf7cb6 re178a8e  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20060210">
    3 <!ENTITY releasedate "Febraury 10, 2006">
     2<!ENTITY version "SVN-20060219">
     3<!ENTITY releasedate "Febraury 19, 2006">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.