Revision 7559
Added by Aaron Marcuse-Kubitza almost 12 years ago
common.Makefile | ||
---|---|---|
104 | 104 |
# Run with `make -s` to avoid echoing make commands |
105 | 105 |
version: _always |
106 | 106 |
echo $(version) |
107 |
|
|
108 |
##### Checksums |
|
109 |
|
|
110 |
%.md5: % |
|
111 |
nice -n +5 md5sum $<|cut -d ' ' -f 1 >$@ |
|
112 |
|
|
113 |
# Run with `make -s` to avoid echoing make commands |
|
114 |
%.md5/test: %.md5 % _always |
|
115 |
echo '$(shell cat $<) $*'|nice -n +5 md5sum -$(if $(isMac),v)c /dev/stdin |
Also available in: Unified diff
Moved Checksums from backups/Makefile to lib/common.Makefile so all dirs (including inputs/) can use md5sum testing