Skip to content

Commit 8234976

Browse files
authored
Remove obsolete SVN files excluding when packaging phar (#12920)
This was used in pecl.php.net/phar packaging when using the obsolete SVN PHP repository.
1 parent 7714f1f commit 8234976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/phar/Makefile.frag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $(builddir)/phar.phar: $(builddir)/phar.php $(builddir)/phar/phar.inc $(srcdir)/
4646
if [ "$(TEST_PHP_EXECUTABLE_RES)" != 1 ]; then \
4747
rm -f $(builddir)/phar.phar; \
4848
rm -f $(srcdir)/phar.phar; \
49-
$(PHP_PHARCMD_EXECUTABLE) $(PHP_PHARCMD_SETTINGS) $(builddir)/phar.php pack -f $(builddir)/phar.phar -a pharcommand -c auto -x \\.svn -p 0 -s $(srcdir)/phar/phar.php -h sha1 -b "$(PHP_PHARCMD_BANG)" $(srcdir)/phar/; \
49+
$(PHP_PHARCMD_EXECUTABLE) $(PHP_PHARCMD_SETTINGS) $(builddir)/phar.php pack -f $(builddir)/phar.phar -a pharcommand -c auto -p 0 -s $(srcdir)/phar/phar.php -h sha1 -b "$(PHP_PHARCMD_BANG)" $(srcdir)/phar/; \
5050
chmod +x $(builddir)/phar.phar; \
5151
else \
5252
echo "Skipping phar.phar generating during cross compilation"; \

0 commit comments

Comments
 (0)