diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/binutils-pass1.xml | 4 | ||||
-rw-r--r-- | chapter05/coreutils.xml | 2 | ||||
-rw-r--r-- | chapter05/expect.xml | 2 | ||||
-rw-r--r-- | chapter05/tcl.xml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index 6c7e62d98..2e2e46ba2 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -62,7 +62,7 @@ when linking statically.</para></listitem> <screen><userinput>make configure-host make LDFLAGS="-all-static"</userinput></screen> -<para>The meaning of the make options:</para> +<para>The meaning of the make parameters:</para> <itemizedlist> <listitem><para><userinput>configure-host</userinput>: This forces all the @@ -86,7 +86,7 @@ strictly speaking, <userinput>"-all-static"</userinput> is first passed to the <screen><userinput>make -C ld clean make -C ld LDFLAGS="-all-static" LIB_PATH=/tools/lib</userinput></screen> -<para>The meaning of the make options:</para> +<para>The meaning of the make parameters:</para> <itemizedlist> <listitem><para><userinput>-C ld clean</userinput>: This tells the make program diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index 09a010c19..f0a1eb7fb 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -27,7 +27,7 @@ following command will do so:</para> <screen><userinput>make RUN_EXPENSIVE_TESTS=yes check</userinput></screen> -<para>The meaning of the make option:</para> +<para>The meaning of the make parameter:</para> <itemizedlist> <listitem><para><userinput>RUN_EXPENSIVE_TESTS=yes</userinput>: This tells the diff --git a/chapter05/expect.xml b/chapter05/expect.xml index 8c7acc7f8..f2505d1ae 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -54,7 +54,7 @@ suite, the following command will do so:</para> <screen><userinput>make SCRIPTS="" install</userinput></screen> -<para>The meaning of the make option:</para> +<para>The meaning of the make parameter:</para> <itemizedlist> <listitem><para><userinput>SCRIPTS=""</userinput>: This prevents installation of diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 7f0972857..364be9ce9 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -36,7 +36,7 @@ following command will do so:</para> <screen><userinput>TZ=UTC make test</userinput></screen> -<para>The meaning of the make option:</para> +<para>The meaning of the make parameter:</para> <itemizedlist> <listitem><para><userinput>TZ=UTC</userinput>: This sets the time zone to |