Bug 48111

Summary: [PATCH] Porters handbook uses wrong macro for strip
Product: Documentation Reporter: mwm
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description mwm 2003-02-09 18:20:07 UTC
	The porters handbook says to use the ${STRIP} macro to strip binaries
	(assuming you aren't using ${INSTALL_PROGRAM} to do it), but it
	really should use $(STRIP_CMD).

Fix: This patch fixes the porters handbook to recommend the proper macro.
How-To-Repeat: 	Read the porters handbook, and then try using it.
Comment 1 ru freebsd_committer freebsd_triage 2003-02-11 13:17:57 UTC
State Changed
From-To: open->closed

I just can't believe that.  I had this change for more than three 
months sitting in my tree, and the day I decide to commit it, you 
stumble upon it too.