php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #42006 No defined target for make install-strip
Submitted: 2007-07-16 10:35 UTC Modified: 2010-01-18 10:25 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: pmartignon at adventcomms dot com Assigned: jani (profile)
Status: Wont fix Package: Feature/Change Request
PHP Version: 5.2.3 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
36 + 19 = ?
Subscribe to this entry?

 
 [2007-07-16 10:35 UTC] pmartignon at adventcomms dot com
Description:
------------
Automake/auto tools no not issue a Makefile with install-strip

Reproduce code:
---------------
Simply provide a symbol stripper to your environement and run configure
1/ env STRIP="strip-cris"
2/ ./configure
3/ make
4/ make install-strip

Expected result:
----------------
Should strip symbols of all binaries and install to specified target directory

Actual result:
--------------
make: *** No rule to make target 'install-strip'. Stop

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-07-16 14:53 UTC] jani@php.net
Yes, it's missing. Let's see if I can come up with some solution for it..not very high on my TODO though.

You can always strip manually..
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 05:01:31 2024 UTC