diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-27 07:26:04 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-27 07:26:04 +0000 |
commit | 927815580f5b59848503eb9bf1b74b126b0c7577 (patch) | |
tree | d931fde5c33856b10d82eb62bb8a08851236936a | |
parent | 278c35c768c2d11702bf7a7ae0696c745cb97826 (diff) |
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
-rw-r--r-- | chapter05/expect-inst.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/chapter05/expect-inst.xml b/chapter05/expect-inst.xml index f95e396f1..e54a5b484 100644 --- a/chapter05/expect-inst.xml +++ b/chapter05/expect-inst.xml @@ -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> |