Project

General

Profile

« Previous | Next » 

Revision 5879

lib/common.Makefile: SVN: Added $(add*)

View differences:

lib/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 43

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

Also available in: Unified diff