mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
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
This commit is contained in:
parent
3bf7cb6f01
commit
e178a8e0d3
@ -36,6 +36,16 @@
|
||||
</listitem>
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>Febraury 19, 2006</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] - Add the verbose parameter to a couple of commands in
|
||||
Linux-Libc-Headers and DB.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Febraury 10, 2006</para>
|
||||
<itemizedlist>
|
||||
|
@ -108,9 +108,9 @@
|
||||
|
||||
<para>Fix the ownerships of the installed files:</para>
|
||||
|
||||
<screen><userinput>chown root:root /usr/bin/db_* \
|
||||
<screen><userinput>chown -v root:root /usr/bin/db_* \
|
||||
/usr/lib/libdb* /usr/include/db* &&
|
||||
chown -R root:root /usr/share/doc/db-&db-version;</userinput></screen>
|
||||
chown -Rv root:root /usr/share/doc/db-&db-version;</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
|
||||
<para>Install the header files:</para>
|
||||
|
||||
<screen><userinput>install -d /usr/include/asm
|
||||
<screen><userinput>install -dv /usr/include/asm
|
||||
cp -Rv include/asm-i386/* /usr/include/asm
|
||||
cp -Rv include/linux /usr/include</userinput></screen>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20060210">
|
||||
<!ENTITY releasedate "Febraury 10, 2006">
|
||||
<!ENTITY version "SVN-20060219">
|
||||
<!ENTITY releasedate "Febraury 19, 2006">
|
||||
<!ENTITY milestone "6.2">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user