Project

General

Profile

« Previous | Next » 

Revision 6535

backups/Makefile: %.md5: Fixed bug where need to use md5sum instead of md5 on Linux

View differences:

backups/Makefile
49 49

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

  
54 54
# Must come before %.sql with no prerequisites to be matched first
55 55
%.sql: %

Also available in: Unified diff