Project

General

Profile

« Previous | Next » 

Revision 13019

fix: lib/common.Makefile: $(nice): use an increment of +10 instead of +5 because +5 still leaves the shell sluggish

View differences:

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