summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-21 11:40:23 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-21 11:40:23 +0200
commitef165b4422f4cef60f963833dddffa26fe1b2759 (patch)
treedda283e7e898f2346e65bf0e8a9d93af5e46cec4 /.editorconfig
parent1b969a74d08bff4dc13b613230658245de8d68c8 (diff)
downloadphp-git-ef165b4422f4cef60f963833dddffa26fe1b2759.tar.gz
Remove build.mk usage
First step when creating the `configure` script is currently using make. This is helpful when developing buildsystem to only rebuild `configure` and `main/php_config.h.in` files when one of the *.m4 or configure.ac file changes and saves the developer time a little. Realistically however, it is not needed that much considering the times of several seconds to fully rebuild the configure script and configuration header. The next step when running the `configure` script is much more time consuming so performance on buildconf level is a bit questionable and won't be noticed on today's systems. Additionally: - buildconf now removes cache and all targets and uses -f option on the first step i.e. autoconf. The autoheader does not need the -f option in this case. Closes GH-4437
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index fae8810f15..155d834fed 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -9,7 +9,7 @@ end_of_line = lf
charset = utf-8
tab_width = 4
-[{*.{awk,bat,c,cpp,d,h,l,mk,re,skl,w32,y},Makefile*}]
+[{*.{awk,bat,c,cpp,d,h,l,re,skl,w32,y},Makefile*}]
indent_size = 4
indent_style = tab