Project

General

Profile

« Previous | Next » 

Revision 3792

lib/common.Makefile: Added $(CP)

View differences:

common.Makefile
20 20
_2Space = $(subst _,$(space),$(1))
21 21
*2Space = $(call _2Space,$*)
22 22

  
23
# Filesystem
24
CP = cp -p
25

  
23 26
# SVN
24 27
addDir = $(if $(wildcard $(1)/),svn add --depth=empty $(1),svn mkdir $(1))
25 28

  

Also available in: Unified diff