Project

General

Profile

« Previous | Next » 

Revision 6655

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)

View differences:

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