Project

General

Profile

« Previous | Next » 

Revision 6051

inputs/.TNRS/tnrs/tnrs.make: Moved log file to logs/tnrs.make.log.sql so it would automatically be synced along with the other import logs

View differences:

inputs/Makefile
23 23

  
24 24
rsyncLogs := $(rsync) --include="/*/" --include="/*/*/" --include="/*/*/logs/"\
25 25
--exclude="/*/*/logs/install.log.sql" --include="/*/*/logs/*.log.sql"\
26
--include="/.TNRS/tnrs/tnrs.make.log" --exclude="**"
26
--exclude="**"
27 27

  
28 28
download-logs: _always
29 29
	$(rsyncLogs) $(remote) $(local)
inputs/.TNRS/tnrs/tnrs.make
5 5
prefix=; . vegbien_dest
6 6

  
7 7
if test -n "${log=1}"; then # $log defaults to 1
8
    exec >>"$0.log" 2>&1
8
    exec >>"logs/$0.log.sql" 2>&1
9 9
fi
10 10
set -x
11 11
exec tnrs_db "$@"

Also available in: Unified diff