Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2018-06-16 22:28:34 +0300
committerJames M Snell <jasnell@gmail.com>2018-06-29 23:09:25 +0300
commit074e7f88aff0244dd9aee412e885194ce3f5a953 (patch)
tree0e822afafde71ca7ba6d16d35f392d5fd942b4cb /.gitignore
parentbf360d2e151f9025a990e671147117139e596bfe (diff)
build: remove requirement to re-run ./configure
Instead of requiring `./configure` to be run again after the file changed, first try to re-run the configure script with the arguments with which it was originally run. Usually, those arguments will either contain no flags, or all flags that were passed are still supported. PR-URL: https://github.com/nodejs/node/pull/21371 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 60f084d2c10..e12e4eab6a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -69,6 +69,7 @@ ipch/
/config.mk
/config.gypi
+/config.status
/config_fips.gypi
*-nodegyp*
/gyp-mac-tool