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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

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 04 05:01:30 2024 UTC