aboutsummaryrefslogtreecommitdiff
path: root/utils/procs/Makefile
Commit message (Collapse)AuthorAge
* procs: update to v0.14.3Facundo Acevedo2023-10-23
| | | | Signed-off-by: Facundo Acevedo <facevedo@disroot.org>
* rust: Use make's jobserver when building packagesJeffery To2023-10-11
| | | | | | | | | | | | | | | | | | This allows cargo to use make's jobserver when building packages, by marking the cargo command as recursive (with the + prefix[1]) and setting MAKEFLAGS. This also: * Give cargo/x.py the build directory instead of having to change the current directory (and opening subshells) * Set PKG_BUILD_PARALLEL/HOST_BUILD_PARALLEL for Rust packages to enable the use of make's jobserver [1]: https://www.gnu.org/software/make/manual/html_node/POSIX-Jobserver.html Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* procs: Add new packageFacundo Acevedo2023-10-11
Procs is a modern, feature-rich alternative to the 'ps' command written in Rust Signed-off-by: Facundo Acevedo <facevedo@disroot.org>