summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-02-17 09:45:31 +0100
committerNikita Popov <nikita.ppv@gmail.com>2021-02-17 09:45:31 +0100
commitbbb86ba7e2fe8ae365294d1834c6a392570a9dcd (patch)
treeca6c785caae045c1255b56c3a40715e6a290fe29 /build
parent319f73e06b8ac724fea3e072f8fb7e83e6189c6b (diff)
parent408272b8d9d08ebdb31cea43535006fef28f9c1f (diff)
downloadphp-git-bbb86ba7e2fe8ae365294d1834c6a392570a9dcd.tar.gz
Merge branch 'PHP-8.0'
* PHP-8.0: Remove generated zend_jit_x86.c on `make clean`
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.global2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.global b/build/Makefile.global
index c558c107a7..9a8779d56d 100644
--- a/build/Makefile.global
+++ b/build/Makefile.global
@@ -116,6 +116,7 @@ clean:
find . -name \*.so | xargs rm -f
find . -name .libs -a -type d|xargs rm -rf
rm -f libphp.la $(SAPI_CLI_PATH) $(SAPI_CGI_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_PATH) $(OVERALL_TARGET) modules/* libs/*
+ rm -f ext/opcache/jit/zend_jit_x86.c
distclean: clean
rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h main/internal_functions_cli.c main/internal_functions.c Zend/zend_dtrace_gen.h Zend/zend_dtrace_gen.h.bak Zend/zend_config.h
@@ -124,7 +125,6 @@ distclean: clean
rm -f scripts/man1/phpize.1 scripts/php-config scripts/man1/php-config.1 sapi/cli/php.1 sapi/cgi/php-cgi.1 sapi/phpdbg/phpdbg.1 ext/phar/phar.1 ext/phar/phar.phar.1
rm -f sapi/fpm/php-fpm.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.8 sapi/fpm/status.html
rm -f ext/phar/phar.phar ext/phar/phar.php
- rm -f ext/opcache/jit/zend_jit_x86.c
if test "$(srcdir)" != "$(builddir)"; then \
rm -f ext/phar/phar/phar.inc; \
fi