Project

General

Profile

« Previous | Next » 

Revision 6524

backups/Makefile: %.md5: Run with `nice -n +5` to avoid slowing down the UI

View differences:

backups/Makefile
45 45

  
46 46
# Must come before %.sql with no prerequisites to be matched first
47 47
%.md5: %
48
	md5 -q $< >$@
48
	nice -n +5 md5 -q $< >$@
49 49

  
50 50
# Must come before %.sql with no prerequisites to be matched first
51 51
%.sql: %

Also available in: Unified diff