Project

General

Profile

« Previous | Next » 

Revision 7326

backups/Makefile: %.md5/test: Added comment to run with `make -s` to avoid echoing make commands

View differences:

Makefile
35 35
%.md5: %
36 36
	nice -n +5 md5sum $<|cut -d ' ' -f 1 >$@
37 37

  
38
# Run with `make -s` to avoid echoing make commands
38 39
%.md5/test: %.md5 % _always
39 40
	echo '$(shell cat $<)  $*'|nice -n +5 md5sum -$(if $(isMac),v)c /dev/stdin
40 41

  

Also available in: Unified diff