|
@@ -69,14 +69,15 @@ make[1]: *** [all-recursive] Error 1
|
|
|
make[1]: Leaving directory `/lfs/tmp/make-3.79.1'
|
|
|
make: *** [all-recursive-am] Error 2</screen>
|
|
|
|
|
|
-<para>In this case, many people just include the bottom section where it
|
|
|
-says <screen>make [2]: *** [make] Error 1</screen> and onwards. This
|
|
|
-isn't enough for us to diagnose the problem because it only tells us
|
|
|
-that <emphasis>something</emphasis> went wrong, not
|
|
|
-<emphasis>what</emphasis> went wrong. The whole section, as
|
|
|
-in the example above, is what should be included to be helpful, because it
|
|
|
-includes the command that was executed and the command's error
|
|
|
-message(s).</para>
|
|
|
+<para>In this case, many people just include the bottom section where it says</para>
|
|
|
+
|
|
|
+<screen>make [2]: *** [make] Error 1</screen>
|
|
|
+
|
|
|
+<para>and onwards. This isn't enough for us to diagnose the problem because it
|
|
|
+only tells us that <emphasis>something</emphasis> went wrong, not
|
|
|
+<emphasis>what</emphasis> went wrong. The whole section, as in the example
|
|
|
+above, is what should be included to be helpful, because it includes the
|
|
|
+command that was executed and the command's error message(s).</para>
|
|
|
|
|
|
<para>An excellent article on asking for help on the Internet in general
|
|
|
has been written by Eric S. Raymond. It is available online at <ulink
|