Project

General

Profile

« Previous | Next » 

Revision 6520

backups/Makefile: Added %.md5 target to create checksums of each backup

View differences:

backups/Makefile
42 42
##### Backups
43 43

  
44 44
# Must come before %.sql with no prerequisites to be matched first
45
%.md5: %
46
	md5 -q $< >$@
47

  
48
# Must come before %.sql with no prerequisites to be matched first
45 49
%.sql: %
46 50
	$(restore) $< >$@
47 51

  

Also available in: Unified diff