mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
8 lines
253 B
Bash
Executable File
8 lines
253 B
Bash
Executable File
#! /bin/sh
|
|
|
|
STD='make -f Makefile.am LEX=flex YACC="bison -y" srcdir=.'
|
|
|
|
(cd libzend && 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")
|