Revision 6536
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
49 | 49 |
|
50 | 50 |
# Must come before %.sql with no prerequisites to be matched first |
51 | 51 |
%.md5: % |
52 |
nice -n +5 md5sum -q $<|cut -d ' ' -f 1 >$@
|
|
52 |
nice -n +5 md5sum $<|cut -d ' ' -f 1 >$@ |
|
53 | 53 |
|
54 | 54 |
# Must come before %.sql with no prerequisites to be matched first |
55 | 55 |
%.sql: % |
Also available in: Unified diff
backups/Makefile: %.md5: Fixed bug where md5sum does not have a -q option like md5