Chapter 5 - Expect: Tweak install so that redundant scripts are not installed.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2896 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Greg Schafer 2003-09-27 07:26:04 +00:00
parent 278c35c768
commit 927815580f

View File

@ -39,7 +39,14 @@ following command will do so:</para>
<para>And install:</para>
<para><screen><userinput>make install</userinput></screen></para>
<para><screen><userinput>make SCRIPTS="" install</userinput></screen></para>
<para>The meaning of the make option:</para>
<itemizedlist>
<listitem><para><userinput>SCRIPTS=""</userinput>: This prevents installation of
the supplementary expect scripts which are not needed.</para></listitem>
</itemizedlist>
<para>You can now remove the source directories of both Tcl and Expect.</para>