php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33017 make distclean give error outside of php-src
Submitted: 2005-05-12 16:20 UTC Modified: 2005-05-23 11:44 UTC
From: xuefer at 21cn dot com Assigned: sniper (profile)
Status: Closed Package: Compile Warning
PHP Version: 5.0.4, 4.3.11 OS: linux
Private report: No CVE-ID: None
 [2005-05-12 16:20 UTC] xuefer at 21cn dot com
Description:
------------
when configure/compile outside of php source directory, make distclean failed to figure out where configure is.

Reproduce code:
---------------
$ ../php4/configure ....
...
$ make distclean
egrep define'.*include/php' configure|sed 's/.*>//'|xargs rm -f
grep: configure: No such file or directory



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-05-12 17:55 UTC] xuefer at 21cn dot com
even worse after configure && make:
/usr/src/php4/ext/iconv/php_iconv.h:36:38: ext/iconv/php_have_iconv.h: No such file or directory
 [2005-05-12 18:08 UTC] xuefer at 21cn dot com
the problem of php_have_iconv.h is bogus.
i should have been buildconf after cvs up.
the egrep problem is still there

sorry to submit too fast. i'll check more before submit next time.
 [2005-05-23 11:44 UTC] sniper@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 10:01:30 2024 UTC