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

(-)book.sgml (-2 / +2 lines)
Lines 4586-4597 Link Here
4586
4586
4587
        <para>If you need to strip a file, but do not wish to use the
4587
        <para>If you need to strip a file, but do not wish to use the
4588
          <makevar>INSTALL_PROGRAM</makevar> macro,
4588
          <makevar>INSTALL_PROGRAM</makevar> macro,
4589
          <makevar>${STRIP}</makevar> will strip your program.  This is
4589
          <makevar>${STRIP_CMD}</makevar> will strip your program.  This is
4590
          typically done within the <literal>post-install</literal>
4590
          typically done within the <literal>post-install</literal>
4591
          target.  For example:</para>
4591
          target.  For example:</para>
4592
4592
4593
        <programlisting>post-install:
4593
        <programlisting>post-install:
4594
        ${STRIP} ${PREFIX}/bin/xdl</programlisting>
4594
        ${STRIP_CMD} ${PREFIX}/bin/xdl</programlisting>
4595
4595
4596
        <para>Use the &man.file.1; command on the installed executable to
4596
        <para>Use the &man.file.1; command on the installed executable to
4597
          check whether the binary is stripped or not.  If it does not say
4597
          check whether the binary is stripped or not.  If it does not say

Return to bug 48111