projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd8fe7f
)
MFH
author
foobar
<sniper@php.net>
Tue, 8 Nov 2005 20:21:47 +0000
(20:21 +0000)
committer
foobar
<sniper@php.net>
Tue, 8 Nov 2005 20:21:47 +0000
(20:21 +0000)
genfiles
patch
|
blob
|
history
diff --git
a/genfiles
b/genfiles
index f9f2d48fe194393f74a3d3acec4b5ff6e8d08350..ff10d9d0d87d7526d711df9f38db6b4a82227ffc 100755
(executable)
--- a/
genfiles
+++ b/
genfiles
@@
-6,7
+6,14
@@
STD='make -f Makefile.frag LEX="flex -L" YACC="bison -y -l" srcdir=Zend builddir
set -x
-for f in ext/date/lib/parse_date.c ext/standard/url_scanner_ex.c ext/standard/var_unserializer.c; do
+CLEANUP_FILES=" \
+ ext/pdo/pdo_sql_parser.c \
+ ext/date/lib/parse_date.c \
+ ext/standard/url_scanner_ex.c \
+ ext/standard/var_unserializer.c \
+"
+
+for f in $CLEANUP_FILES; do
cp $f $f.orig
grep -v '#line ' $f.orig > $f
done