mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
More files to have #line directives stripped for release
This commit is contained in:
parent
2434baffdb
commit
b947d6b0d3
1 changed files with 8 additions and 1 deletions
9
genfiles
9
genfiles
|
@ -6,7 +6,14 @@ STD='make -f Makefile.frag LEX="flex -L" YACC="bison -y -l" srcdir=Zend builddir
|
||||||
|
|
||||||
set -x
|
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
|
cp $f $f.orig
|
||||||
grep -v '#line ' $f.orig > $f
|
grep -v '#line ' $f.orig > $f
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue