jani                                     Tue, 21 Jul 2009 13:57:33 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=284537

Log:
- There is only one Makefile that needs removing

Changed paths:
    U   php/php-src/branches/PHP_5_2/Makefile.global
    U   php/php-src/branches/PHP_5_3/Makefile.global
    U   php/php-src/trunk/Makefile.global

Modified: php/php-src/branches/PHP_5_2/Makefile.global
===================================================================
--- php/php-src/branches/PHP_5_2/Makefile.global        2009-07-21 13:47:16 UTC 
(rev 284536)
+++ php/php-src/branches/PHP_5_2/Makefile.global        2009-07-21 13:57:33 UTC 
(rev 284537)
@@ -115,9 +115,8 @@
        rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(OVERALL_TARGET) 
modules/* libs/*

 distclean: clean
-       rm -f config.cache config.log config.status Makefile.objects 
Makefile.fragments libtool main/php_config.h stamp-h php5.spec 
sapi/apache/libphp$(PHP_MAJOR_VERSION).module buildmk.stamp
+       rm -f Makefile config.cache config.log config.status Makefile.objects 
Makefile.fragments libtool main/php_config.h stamp-h php5.spec 
sapi/apache/libphp$(PHP_MAJOR_VERSION).module buildmk.stamp
        $(EGREP) define'.*include/php' $(top_srcdir)/configure | $(SED) 
's/.*>//'|xargs rm -f
-       find . -name Makefile | xargs rm -f

 .PHONY: all clean install distclean test
 .NOEXPORT:

Modified: php/php-src/branches/PHP_5_3/Makefile.global
===================================================================
--- php/php-src/branches/PHP_5_3/Makefile.global        2009-07-21 13:47:16 UTC 
(rev 284536)
+++ php/php-src/branches/PHP_5_3/Makefile.global        2009-07-21 13:57:33 UTC 
(rev 284537)
@@ -115,9 +115,8 @@
        rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(OVERALL_TARGET) 
modules/* libs/*

 distclean: clean
-       rm -f config.cache config.log config.status Makefile.objects 
Makefile.fragments libtool main/php_config.h stamp-h php5.spec 
sapi/apache/libphp$(PHP_MAJOR_VERSION).module buildmk.stamp
+       rm -f Makefile config.cache config.log config.status Makefile.objects 
Makefile.fragments libtool main/php_config.h stamp-h php5.spec 
sapi/apache/libphp$(PHP_MAJOR_VERSION).module buildmk.stamp
        $(EGREP) define'.*include/php' $(top_srcdir)/configure | $(SED) 
's/.*>//'|xargs rm -f
-       find . -name Makefile | xargs rm -f

 .PHONY: all clean install distclean test
 .NOEXPORT:

Modified: php/php-src/trunk/Makefile.global
===================================================================
--- php/php-src/trunk/Makefile.global   2009-07-21 13:47:16 UTC (rev 284536)
+++ php/php-src/trunk/Makefile.global   2009-07-21 13:57:33 UTC (rev 284537)
@@ -115,9 +115,8 @@
        rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(OVERALL_TARGET) 
modules/* libs/*

 distclean: clean
-       rm -f config.cache config.log config.status Makefile.objects 
Makefile.fragments libtool main/php_config.h stamp-h 
sapi/apache/libphp$(PHP_MAJOR_VERSION).module buildmk.stamp
+       rm -f Makefile config.cache config.log config.status Makefile.objects 
Makefile.fragments libtool main/php_config.h stamp-h 
sapi/apache/libphp$(PHP_MAJOR_VERSION).module buildmk.stamp
        $(EGREP) define'.*include/php' $(top_srcdir)/configure | $(SED) 
's/.*>//'|xargs rm -f
-       find . -name Makefile | xargs rm -f

 .PHONY: all clean install distclean test
 .NOEXPORT:

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to