| Summary: | [PATCH] Porters handbook uses wrong macro for strip | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | mwm | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
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. |
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.