Project

General

Profile

« Previous | Next » 

Revision 4222

lib/common.Makefile: SVN: Added $(addFile)

View differences:

common.Makefile
27 27
cp = $(CP) $< $@
28 28

  
29 29
# SVN
30
addFile = $(if $(wildcard $(1)),,touch $(1) && )svn add $(1)
30 31
addDir = $(if $(wildcard $(1)/),svn add --depth=empty $(1),svn mkdir $(1))
31 32

  
32 33
# rsync

Also available in: Unified diff