easier procps-installation

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@386 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Thomas Balu Walter 2001-03-30 23:43:09 +00:00
parent 60c3d93571
commit 123880fa3b
4 changed files with 12 additions and 10 deletions

View File

@ -108,6 +108,10 @@ the ldconfig and ldd programs anymore; Glibc-2.2.1 comes with good
working versions. working versions.
</para></listitem> </para></listitem>
<listitem><para>
Chapter 6: Changed the procps installation from sed'ing to an easier way.
</para></listitem>
<listitem><para> <listitem><para>
Chapter 6: Added the creation of the lex symlink to the flex Chapter 6: Added the creation of the lex symlink to the flex
installation. installation.

View File

@ -2,12 +2,11 @@
<title>Command explanations</title> <title>Command explanations</title>
<para> <para>
<userinput>sed "s/XConsole/#XConsole/" Makefile | make -f -:</userinput> <userinput>make XSCPT='' install:</userinput>
This will comment out the XConsole variable in the Makefile and pipe the This will set the Makefile variable XSCPT to an empty value so that
output of sed (the modified Makefile) directly to the make program. This the XConsole installation is disabled. Otherwise "Make install" tries to
is an alternate and more efficient way to direct the output to a file copy the file XConsole to /usr/X11R6/bin.
and tell make to use that alternate file. The XConsole build is disabled And that directory does not exist, because X is not installed yet.
because it can't be build yet because we don't have X installed yet.
</para> </para>
</sect2> </sect2>

View File

@ -7,9 +7,8 @@ Install Procps by running the following commands:
<blockquote><literallayout> <blockquote><literallayout>
<userinput>sed "s/XConsole/#XConsole/" Makefile | make -f - <userinput>make &amp;&amp;</userinput>
&amp;&amp;</userinput> <userinput>make XSCPT='' install
<userinput>sed "s/XConsole/#XConsole/" Makefile | make -f - install
&amp;&amp;</userinput> &amp;&amp;</userinput>
<userinput>mv /usr/bin/kill /bin</userinput> <userinput>mv /usr/bin/kill /bin</userinput>

View File

@ -4,7 +4,7 @@
<!ENTITY book SYSTEM "intel/book/book.xml"> <!ENTITY book SYSTEM "intel/book/book.xml">
<!ENTITY version "3.0-CVS-2001-03-29"> <!ENTITY version "3.0-CVS-2001-03-31">
<!ENTITY releasedate "March 28th, 2001"> <!ENTITY releasedate "March 28th, 2001">
<!ENTITY type "INTEL"> <!ENTITY type "INTEL">