summaryrefslogtreecommitdiff
path: root/makedepend_file.SH
Commit message (Collapse)AuthorAgeFilesLines
* Remove AT&T UWIN supportDagfinn Ilmari Mannsåker2021-11-021-1/+0
| | | | | UWIN is a UNIX compatibility layer for Windows. It was last released in 2012 and has been superseded by Cygwin these days.
* WIP: Run `makedepend` in parallel by using `make`Max Maischein2021-08-111-0/+177
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