php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15748 make clean does not empty the modules dir
Submitted: 2002-02-27 00:26 UTC Modified: 2002-06-19 13:58 UTC
From: zeekamotay at hotmail dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.1.1 OS: RedHat 7.0
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: zeekamotay at hotmail dot com
New email:
PHP Version: OS:

 

 [2002-02-27 00:26 UTC] zeekamotay at hotmail dot com
Neither "make clean" nor "make distclean" empty the modules dir.

./configure --with-imap=shared --with-zlib=shared
make
make install

This gives you imap.so and zlib.so in your extension dir, as expected. Now, suppose you decide you didn't want to do that, and you rebuild:

make distclean
./configure --with-imap --with-zlib
make
make install

You'll get fresh copies of the previously compiled and now useless modules in your extension dir because the make distclean never deleted them.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-09 18:38 UTC] sniper@php.net
Fixed in CVS. Fix will be in PHP 4.2.0.

--Jani

 [2002-06-19 12:10 UTC] zeekamotay at hotmail dot com
PHP 4.2.1 still exhibits this problem.
 [2002-06-19 12:43 UTC] mfischer@php.net
Please try http://snaps.php.net/php4-latest.tar.gz and see if it works for you, thx.
 [2002-06-19 13:56 UTC] zeekamotay at hotmail dot com
Yup, that works ok. Thanks.
 [2002-06-19 13:58 UTC] derick@php.net
closing then
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Aug 02 03:00:02 2025 UTC