]> source.dussan.org Git - gitea.git/commit
Disable parallel Make execution (#29186)
authorsilverwind <me@silverwind.io>
Fri, 16 Feb 2024 03:17:34 +0000 (04:17 +0100)
committerGitHub <noreply@github.com>
Fri, 16 Feb 2024 03:17:34 +0000 (03:17 +0000)
commit69ed1a4afbc9604cabe83041de31752dd5d101ee
tree6f20393be7e95a090764fbaf7796d683c465f8d7
parentc70f65e83bc1876fb368fd117d342573ff18a9e8
Disable parallel Make execution (#29186)

Ref:
https://www.gnu.org/software/make/manual/html_node/Parallel-Disable.html

> If the .NOTPARALLEL special target with no prerequisites is specified
anywhere then the entire instance of make will be run serially,
regardless of the parallel setting
Makefile
README.md