[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] cvs: php4(PHP_4_3) / Makefile.global
From:       "Sascha Schumann" <sascha () schumann ! cx>
Date:       2003-04-30 7:08:32
[Download RAW message or body]

sas		Wed Apr 30 03:08:32 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4	Makefile.global 
  Log:
  MFH fix for solaris find breakage
  
  
Index: php4/Makefile.global
diff -u php4/Makefile.global:1.40.2.4 php4/Makefile.global:1.40.2.5
--- php4/Makefile.global:1.40.2.4	Tue Feb 11 22:25:29 2003
+++ php4/Makefile.global	Wed Apr 30 03:08:32 2003
@@ -53,8 +53,10 @@
 			$(top_builddir)/$(SAPI_CLI_PATH) -d 'open_basedir=' -d 'safe_mode=0' -d \
'output_buffering=0' $(top_srcdir)/run-tests.php $(TESTS)  
 clean:
-	find . -name \*.lo -o -name \*.o | xargs rm -f
-	find . -name \*.la -o -name \*.a | xargs rm -f 
+	find . -name \*.lo | xargs rm -f
+	find . -name \*.o | xargs rm -f
+	find . -name \*.la | xargs rm -f
+	find . -name \*.a | xargs rm -f
 	find . -name \*.so | xargs rm -f
 	find . -name .libs -a -type d|xargs rm -rf
 	rm -f libphp4.la $(SAPI_CLI_PATH) $(OVERALL_TARGET) modules/* libs/*



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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic