Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 199912

[PHP4BETA] cvs: /php4/build build2.mk From: Sascha Schumann (sascha <email protected>)
Date: 12/30/99

sas Thu Dec 30 10:05:34 1999 EDT

  Modified files:
    /php4/build build2.mk
  Log:
  Fix for Solaris incapability
  
  
Index: php4/build/build2.mk
diff -u php4/build/build2.mk:1.5 php4/build/build2.mk:1.6
--- php4/build/build2.mk:1.5 Thu Dec 30 09:47:32 1999
+++ php4/build/build2.mk Thu Dec 30 10:05:04 1999
@@ -21,7 +21,7 @@
 # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 ##############################################################################
-# $Id: build2.mk,v 1.5 1999/12/30 14:47:32 sas Exp $
+# $Id: build2.mk,v 1.6 1999/12/30 15:05:04 sas Exp $
 
 include generated_lists
 
@@ -43,9 +43,10 @@
 
 .deps:
          <email protected> creating empty dependencies
- find ext sapi regex -type d \! -name \*CVS -exec touch {}/.deps \;
- touch pear/.deps
- touch $@
+ for i in `find ext sapi regex -type d \! -name \*CVS`; do \
+ list="$$list $$i/.deps"; \
+ done; \
+ touch $$list pear/.deps $@
         
 Zend/Makefile.am:
         test -d Zend || (test -d ../Zend && ln -s ../Zend Zend)

-- 
PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
For additional commands, e-mail: php4beta-help <email protected>
To contact the list administrators, e-mail: php4beta-admin <email protected>