You are not logged in.
I opened a task requesting this behavior but wanted to try to modify and submit a patch myself. After reading through /usr/bin/makepkg I must admit that I am somewhat baffled how to do it.
Let's assume we make a new variable in /etc/makepkg.conf called "MAKEPKGNICENESS" and it is set to a number of the user's choosing.
grep MAKEPKGNICENESS /etc/makepkg.conf
MAKEPKGNICENESS=19On line 886 of /usr/bin/makepkg we need to add this variable to the line to make sure all build variables are exported.
...this is as far as I've gotten ![]()
Since the PKGBUILD dictates what happens in the actual build, I don't know how to cause makepkg to renice build steps like 'make' or 'python' etc. Love to learn from folks with greater understanding with the goal of submitting a patch to that flyspray I linked.
Thanks!
Offline
Your task has been closed as a duplicate. The previous task (it even included a patch) has been closed as 'Won't implement' because in Allan's opinion an alias is sufficient and more flexible.
Offline