ID: 42006 Updated by: j...@php.net Reported By: pmartignon at adventcomms dot com -Status: Assigned +Status: Wont fix Bug Type: Feature/Change Request Operating System: Linux PHP Version: 5.2.3 Assigned To: jani
Previous Comments: ------------------------------------------------------------------------ [2007-07-16 14:53:56] j...@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.. ------------------------------------------------------------------------ [2007-07-16 10:35:16] 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=42006&edit=1