FreeBSD Bugzilla – Attachment 28658 Details for
Bug 48111
[PATCH] Porters handbook uses wrong macro for strip
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 795 bytes, created by
mwm
on 2003-02-09 18:20:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
mwm
Created:
2003-02-09 18:20:07 UTC
Size:
795 bytes
patch
obsolete
>--- book.sgml-orig Sun Feb 9 12:10:13 2003 >+++ book.sgml Sun Feb 9 12:10:46 2003 >@@ -4586,12 +4586,12 @@ > > <para>If you need to strip a file, but do not wish to use the > <makevar>INSTALL_PROGRAM</makevar> macro, >- <makevar>${STRIP}</makevar> will strip your program. This is >+ <makevar>${STRIP_CMD}</makevar> will strip your program. This is > typically done within the <literal>post-install</literal> > target. For example:</para> > > <programlisting>post-install: >- ${STRIP} ${PREFIX}/bin/xdl</programlisting> >+ ${STRIP_CMD} ${PREFIX}/bin/xdl</programlisting> > > <para>Use the &man.file.1; command on the installed executable to > check whether the binary is stripped or not. If it does not say
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 48111
: 28658