Project

General

Profile

« Previous | Next » 

Revision 6526

backups/Makefile: Added md5s target to generate .md5 files for all backups

View differences:

backups/Makefile
43 43

  
44 44
##### Backups
45 45

  
46
backups := $(wildcard *.backup)
47

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

  
46 50
# Must come before %.sql with no prerequisites to be matched first
47 51
%.md5: %
48 52
	nice -n +5 md5 -q $< >$@

Also available in: Unified diff