View | Details | Raw Unified | Return to bug 124136
Collapse All | Expand All

(-)book.sgml (-4 / +4 lines)
Lines 3029-3039 Link Here
3029
            that the compiler is carrying out changes each
3029
            that the compiler is carrying out changes each
3030
            time.</para>
3030
            time.</para>
3031
3031
3032
          <para>For example, suppose you are running <quote>make
3032
          <para>For example, suppose you are running <command>make
3033
            buildworld</quote>, and the compile fails while trying to
3033
            buildworld</command>, and the compile fails while trying to
3034
            compile <filename>ls.c</filename> into
3034
            compile <filename>ls.c</filename> into
3035
            <filename>ls.o</filename>. If you then run <quote>make
3035
            <filename>ls.o</filename>. If you then run <command>make
3036
            buildworld</quote> again, and the compile fails in the same
3036
            buildworld</command> again, and the compile fails in the same
3037
            place then this is a broken build -- try updating your sources
3037
            place then this is a broken build -- try updating your sources
3038
            and try again. If the compile fails elsewhere then this is
3038
            and try again. If the compile fails elsewhere then this is
3039
            almost certainly hardware.</para>
3039
            almost certainly hardware.</para>

Return to bug 124136