mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
improve ch5 shellutils exp
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@940 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
85f4212b4a
commit
71cde27640
10
chapter05/shellutils-exp.xml
Normal file
10
chapter05/shellutils-exp.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>patch -Np1 -i
|
||||
../sh-utils-&sh-utils-version;.patch</userinput>This
|
||||
patch is needed to avoid a conflict of variable names with glibc when
|
||||
compiling sh-utils statically.</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -2,8 +2,7 @@
|
||||
<title>Installation of Sh-utils</title>
|
||||
|
||||
<para>Before Sh-utils is installed, the sh-utils patch file needs
|
||||
to be unpacked. This patch file is necessary to avoid a conflict of
|
||||
variable names with glibc when compiling and linking statically.</para>
|
||||
to be unpacked.</para>
|
||||
|
||||
<para><screen><userinput>patch -Np1 -i ../sh-utils-&sh-utils-version;.patch &&</userinput>
|
||||
<userinput>./configure --prefix=$LFS/usr --disable-nls &&</userinput>
|
||||
|
@ -5,6 +5,7 @@
|
||||
Estimated disk space required: &sh-utils-compsize-static;</screen>
|
||||
|
||||
&c5-shellutils-inst;
|
||||
&c5-shellutils-exp;
|
||||
&aa-shellutils-desc;
|
||||
|
||||
</sect1>
|
||||
|
@ -173,6 +173,7 @@
|
||||
<!ENTITY c5-sed SYSTEM "chapter5/sed.xml">
|
||||
<!ENTITY c5-sed-inst SYSTEM "chapter5/sed-inst.xml">
|
||||
<!ENTITY c5-shellutils SYSTEM "chapter5/shellutils.xml">
|
||||
<!ENTITY c5-shellutils-exp SYSTEM "chapter5/shellutils-exp.xml">
|
||||
<!ENTITY c5-shellutils-inst SYSTEM "chapter5/shellutils-inst.xml">
|
||||
<!ENTITY c5-tar SYSTEM "chapter5/tar.xml">
|
||||
<!ENTITY c5-tar-inst SYSTEM "chapter5/tar-inst.xml">
|
||||
|
Loading…
Reference in New Issue
Block a user