From:             [EMAIL PROTECTED]
Operating system: RedHat 7.0
PHP version:      4.1.1
PHP Bug Type:     *Compile Issues
Bug description:  make clean does not empty the modules dir

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.
-- 
Edit bug report at http://bugs.php.net/?id=15748&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15748&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15748&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15748&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15748&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15748&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15748&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15748&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15748&r=submittedtwice

Reply via email to