Revision 6655
Added by Aaron Marcuse-Kubitza about 12 years ago
backups/Makefile | ||
---|---|---|
53 | 53 |
nice -n +5 md5sum $<|cut -d ' ' -f 1 >$@ |
54 | 54 |
|
55 | 55 |
%.md5/test: %.md5 % _always |
56 |
echo '$(shell cat $<) $*'|nice -n +5 md5sum -vc /dev/stdin
|
|
56 |
echo '$(shell cat $<) $*'|nice -n +5 md5sum -$(if $(isMac),v)c /dev/stdin
|
|
57 | 57 |
|
58 | 58 |
#### SQL |
59 | 59 |
|
Also available in: Unified diff
backups/Makefile: Checksums: %.md5/test: Only use md5sum's -v option on Mac, because it's not supported on Linux (there, verbose mode is the default)