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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pmartignon at adventcomms dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Fri Dec 27 12:01:29 2024 UTC