Explorar o código

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
Greg Schafer %!s(int64=22) %!d(string=hai) anos
pai
achega
927815580f
Modificáronse 1 ficheiros con 8 adicións e 1 borrados
  1. 8 1
      chapter05/expect-inst.xml

+ 8 - 1
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>