Revision 5090
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
23 | 23 |
|
24 | 24 |
rsyncLogs := $(rsync*) --exclude=".svn/" --include="/*/" --include="/*/*/"\ |
25 | 25 |
--include="/*/*/logs/" --exclude="/*/*/logs/install.log.sql"\ |
26 |
--include="/*/*/logs/*.log.sql" --include="/.TNRS/tnrs/tnrs.make.log"\
|
|
27 |
--exclude="**" |
|
26 |
--include="/*/*/logs/*.log.sql"$(if $(tnrs_log),\
|
|
27 |
--include="/.TNRS/tnrs/tnrs.make.log") --exclude="**"
|
|
28 | 28 |
|
29 | 29 |
download-logs: _always |
30 | 30 |
$(rsyncLogs) $(remote) $(local) |
Also available in: Unified diff
inputs/Makefile: Import logs: Don't download .TNRS/tnrs/tnrs.make.log by default because it changes each time `make inputs/.TNRS/tnrs/tnrs-remake` is run, and any version downloaded for debugging should be preserved. It can still be downloaded by setting the tnrs_log env var.