Project

General

Profile

« Previous | Next » 

Revision 5090

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.

View differences:

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