make distclean give error outside of php-src
| 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
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2005-05-12 17:55 UTC] xuefer at 21cn dot com
[2005-05-12 18:08 UTC] xuefer at 21cn dot com
[2005-05-23 11:44 UTC] sniper@php.net