Revision 13019
Added by Aaron Marcuse-Kubitza almost 11 years ago
common.Makefile | ||
---|---|---|
48 | 48 |
date = $(shell date +"$(dateFmt)") |
49 | 49 |
mtime = $(shell $(if $(isMac),stat -f %Sm -t "$(dateFmt)" $(1),date\ |
50 | 50 |
--reference=$(1) +"$(dateFmt)")) |
51 |
nice := nice -n +5
|
|
51 |
nice := nice -n +10 # +5 still leaves the shell sluggish
|
|
52 | 52 |
|
53 | 53 |
# Terminal |
54 | 54 |
esc := '[' |
Also available in: Unified diff
fix: lib/common.Makefile: $(nice): use an increment of +10 instead of +5 because +5 still leaves the shell sluggish