Project

General

Profile

« Previous | Next » 

Revision 5939

lib/common.Makefile: SVN: $(add*): Fixed bug where need to use --depth=empty to ensure directory contents are not added unless explicitly listed

View differences:

common.Makefile
39 39

  
40 40
addFile = $(if $(wildcard $(1)),,touch $(1) && )svn add $(1)
41 41
addDir = $(if $(wildcard $(1)/),svn add --depth=empty $(1),svn mkdir $(1))
42
add* = $(if $(1),svn add $(1))
42
add* = $(if $(1),svn add --depth=empty $(1))
43 43

  
44 44
# Revisions
45 45
revision = $(shell svn info $(1)|$(sed) -n 's/^Last Changed Rev: (.*)$$/\1/p')

Also available in: Unified diff