add CP variable (should ease backporting)
authorNicolas Thill <nico@openwrt.org>
Mon, 20 Feb 2006 19:07:44 +0000 (19:07 +0000)
committerNicolas Thill <nico@openwrt.org>
Mon, 20 Feb 2006 19:07:44 +0000 (19:07 +0000)
SVN-Revision: 3258

openwrt/rules.mk

index ec59ed0be282f522bc28042becc16d040054170c..44fe264a4ac9843960e67c1603b864367b0e25f6 100644 (file)
@@ -2,6 +2,7 @@ include $(TOPDIR)/.config
 SHELL=/bin/bash
 export SHELL
 
+CP=cp -fpR
 MAKE1=make
 MAKEFLAGS=-j$(BR2_JLEVEL)