Revision 6524
Added by Aaron Marcuse-Kubitza about 12 years ago
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
backups/Makefile: %.md5: Run with `nice -n +5` to avoid slowing down the UI