Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 8d469d0ecbd06a993426de11b8feec551378525b
      
https://github.com/Perl/perl5/commit/8d469d0ecbd06a993426de11b8feec551378525b
  Author: Max Maischein <[email protected]>
  Date:   2021-08-11 (Wed, 11 Aug 2021)

  Changed paths:
    M .gitignore
    M MANIFEST
    M Makefile.SH
    M makedepend.SH
    A makedepend_file.SH

  Log Message:
  -----------
  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


Reply via email to