Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 199912

[PHP4BETA] cvs: /php4 genfiles From: Sascha Schumann (sascha <email protected>)
Date: 12/29/99

sas Wed Dec 29 22:13:22 1999 EDT

  Modified files:
    /php4 genfiles
  Log:
  Let genfiles work in the new environment
  
  
Index: php4/genfiles
diff -u php4/genfiles:1.2 php4/genfiles:1.3
--- php4/genfiles:1.2 Sun Dec 19 16:02:39 1999
+++ php4/genfiles Wed Dec 29 22:13:21 1999
@@ -3,5 +3,18 @@
 STD='make -f Makefile.am LEX=flex YACC="bison -y" srcdir=.'
 
 (cd Zend && eval "$STD zend-parser.c zend-scanner.c zend-scanner-cc.cc")
-eval "$STD configuration-parser.c configuration-scanner.c"
-(cd ext/standard && eval "$STD parsedate.c")
+
+files="Makefile ext/standard/Makefile"
+sh build/fastgen.sh . yes $files
+
+cat > config_vars.mk <<EOF
+LEX=flex
+YACC=bison -y
+EOF
+
+make configuration-parser.c configuration-scanner.c
+(cd ext/standard && make parsedate.c)
+
+rm config_vars.mk $files
+
+

-- 
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>