Project

General

Profile

« Previous | Next » 

Revision 5809

inputs/Makefile: $(rsyncLogs): Use $(rsync) instead of $(rsync*) now that it supports excluding just temp files and .svn rather than all .*

View differences:

inputs/Makefile
21 21

  
22 22
##### Import logs
23 23

  
24
rsyncLogs := $(rsync*) --exclude=".svn/" --include="/*/" --include="/*/*/"\
25
--include="/*/*/logs/" --exclude="/*/*/logs/install.log.sql"\
26
--include="/*/*/logs/*.log.sql"$(if $(tnrs_log),\
27
--include="/.TNRS/tnrs/tnrs.make.log") --exclude="**"
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="**"
28 27

  
29 28
download-logs: _always
30 29
	$(rsyncLogs) $(remote) $(local)

Also available in: Unified diff