mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 21:49:13 +00:00
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:
parent
278c35c768
commit
927815580f
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user