summaryrefslogtreecommitdiff
path: root/MANIFEST
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 /MANIFEST
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 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 72f8c69d61..e65e751181 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5031,6 +5031,7 @@ make_ext.pl Used by Makefile to execute extension Makefiles
make_patchnum.pl Script to generate git_version.h and lib/Config_git.pl files for all OS'es
makedef.pl Create symbol export lists for linking
makedepend.SH Precursor to makedepend
+makedepend_file.SH Precursor to makedepend_file
Makefile.micro microperl Makefile
Makefile.SH A script that generates Makefile
malloc.c A version of malloc you might not want