Revision 6049
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
22 | 22 |
##### Import logs |
23 | 23 |
|
24 | 24 |
rsyncLogs := $(rsync) --include="/*/" --include="/*/*/" --include="/*/*/logs/"\ |
25 |
--exclude="/*/*/logs/install.log.sql" --include="/*/*/logs/*.log.sql"$(if\
|
|
26 |
$(tnrs_log), --include="/.TNRS/tnrs/tnrs.make.log") --exclude="**"
|
|
25 |
--exclude="/*/*/logs/install.log.sql" --include="/*/*/logs/*.log.sql"\ |
|
26 |
--include="/.TNRS/tnrs/tnrs.make.log" --exclude="**"
|
|
27 | 27 |
|
28 | 28 |
download-logs: _always |
29 | 29 |
$(rsyncLogs) $(remote) $(local) |
Also available in: Unified diff
inputs/Makefile: Import logs: $(rsyncLogs): Always download the TNRS daemon log, rather than requiring tnrs_log=1 to be specified to download it