You are not logged in.
Pages: 1
Hi,
Is it possible to set the nice level in makepkg.conf ? That way I can set it to 19 or something, and I wouldn't even notice that I'm compiling 213234 things at once.
Offline
make an alias in .bashrc (or .zshrc or whatever)
makepkg="nice -n 19 makepkg" or choose a different name for the alias (makepkgn or something else)
Offline
make an alias in .bashrc (or .zshrc or whatever)
makepkg="nice -n 19 makepkg" or choose a different name for the alias (makepkgn or something else)
I see. It would be nice to see this implemented though. I'm sure others would like this... perhaps one should file a bug report.
Offline
Why would you want to implement this in makepkg if it's possible to do it this way? Just asking.
Offline
Why would you want to implement this in makepkg if it's possible to do it this way? Just asking.
makepkg also sets cflags. Why would you want to do that, when you can do alias cc=cc -MFLAGSHERE
Offline
Why would you want to implement this in makepkg if it's possible to do it this way? Just asking.
I guess he is relating makepkg's niceness to the PORTAGE_NICENESS that can be set in Gentoo's make.conf.
Offline
I'm sorry if that came out wrong, I didn't mean to be rude. As I said, I was just asking, and I now realize how this could be useful ![]()
Offline
Thanks for your answers ![]()
Offline
Pages: 1