]> granicus.if.org Git - php/commitdiff
MFH: - Fixed bug #33017 ("make distclean" gives an error with VPATH build).
authorfoobar <sniper@php.net>
Mon, 23 May 2005 09:43:59 +0000 (09:43 +0000)
committerfoobar <sniper@php.net>
Mon, 23 May 2005 09:43:59 +0000 (09:43 +0000)
Makefile.global
NEWS

index 5f33f58b1140a20257ebb9f54720667c0da5d2d0..5939bf2dcd4d7c2bcecfa3f0e5cd634fcbd91442 100644 (file)
@@ -71,7 +71,7 @@ clean:
 
 distclean: clean
        rm -f config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h stamp-h php4.spec sapi/apache/libphp4.module buildmk.stamp
-       egrep define'.*include/php' configure|sed 's/.*>//'|xargs rm -f
+       egrep define'.*include/php' $(top_srcdir)/configure|sed 's/.*>//'|xargs rm -f
        find . -name Makefile | xargs rm -f
 
 .PHONY: all clean install distclean test
diff --git a/NEWS b/NEWS
index ccde9f621e3024058514bf050fa24e8f5757d5fa..953fdfe78978db1fad552db7e8aa4bdfcd867ec3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,7 @@ PHP 4                                                                      NEWS
   RFC 2616 section 10.3.5) (Rasmus, Choitel)
 - Fixed bug #33019 (socket errors cause memory leaks in php_strerror()). 
   (jwozniak23 at poczta dot onet dot pl, Tony).
+- Fixed bug #33017 ("make distclean" gives an error with VPATH build). (Jani)
 - Fixed bug #33013 ("next month" was handled wrong while parsing dates).
   (Derick)
 - Fixed bug #32974 (pcntl calls malloc() from a signal handler). (Wez)
@@ -24,8 +25,7 @@ PHP 4                                                                      NEWS
 - Fixed bug #32813 (parse_url() does not handle scheme-only urls properly). (Ilia)
 - Fixed bug #32802 (General cookie overrides more specific cookie). (Ilia)
 - Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems). (Jani)
-- Fixed bug #32773 (GMP fincs break when second parameter is 0) and made right 
-  fix for GMP FPEs (Stas)
+- Fixed bug #32773 (GMP functions break when second parameter is 0). (Stas)
 - Fixed bug #32742 (segmentation fault when the stream with a wrapper 
   is not closed). (Tony, Dmitry)
 - Fixed bug #32730 (ext/crack.c fails to compile with cracklib-2.8.3). (Jani)