Project

General

Profile

« Previous | Next » 

Revision 3794

lib/common.Makefile: Added $(cp)

View differences:

common.Makefile
21 21
*2Space = $(call _2Space,$*)
22 22

  
23 23
# Filesystem
24
CP = cp -p
24
CP := cp -p
25
cp = $(CP) $< $@
25 26

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

Also available in: Unified diff