Revision 6570
Added by Aaron Marcuse-Kubitza about 12 years ago
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
backups/Makefile: %.md5: Removed not applicable comment which had been copied from %.sql