Project

General

Profile

« Previous | Next » 

Revision 14897

inputs/Makefile: download: don't download log files, to speed up installation on a new machine

View differences:

Makefile
25 25
upload: _always
26 26
	$(bin)/sync_upload './**'
27 27
download: _always
28
	swap=1 $(bin)/sync_upload $(if $(all),'./**','.[^as.]*/**')
28
	swap=1 $(bin)/sync_upload --exclude='*.log.sql*' \
29
$(if $(all),'./**','.[^as.]*/**')
29 30

  
30 31
##### install
31 32

  

Also available in: Unified diff