Project

General

Profile

« Previous | Next » 

Revision 6570

backups/Makefile: %.md5: Removed not applicable comment which had been copied from %.sql

View differences:

Makefile
47 47

  
48 48
md5s: _always $(backups:%=%.md5) ;
49 49

  
50
# Must come before %.sql with no prerequisites to be matched first
51 50
%.md5: %
52 51
	nice -n +5 md5sum $<|cut -d ' ' -f 1 >$@
53 52

  

Also available in: Unified diff