summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2020-12-28 13:00:49 +0100
committerKarl Williamson <khw@cpan.org>2021-08-11 10:01:16 -0600
commit8d469d0ecbd06a993426de11b8feec551378525b (patch)
tree637a9acf781591fbf0eeb18006d7dc95579873cf /.gitignore
parente3ccada49f28d9c8307d00bf9772c7039857809c (diff)
downloadperl-8d469d0ecbd06a993426de11b8feec551378525b.tar.gz
WIP: Run `makedepend` in parallel by using `make`
This moves the per-file loop body of `makedepend` into a separate file named `makedepend_file` and then uses `make` to launch the `makedepend_file` processes for each target potentially in parallel. This reduces the time for time sh ./makedepend MAKE=make cflags from 5 seconds to 2 seconds with MAKEFLAGS=-j8
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 546c4b275b..30416d1afb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,6 +27,7 @@ bug*.pl
/config.sh
/makeaperl
/makedepend
+/makedepend_file
/makedir
/makefile
/myconfig