projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
865db7e
)
add CP variable (should ease backporting)
author
Nicolas Thill
<nico@openwrt.org>
Mon, 20 Feb 2006 19:07:44 +0000
(19:07 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 20 Feb 2006 19:07:44 +0000
(19:07 +0000)
SVN-Revision: 3258
openwrt/rules.mk
patch
|
blob
|
history
diff --git
a/openwrt/rules.mk
b/openwrt/rules.mk
index ec59ed0be282f522bc28042becc16d040054170c..44fe264a4ac9843960e67c1603b864367b0e25f6 100644
(file)
--- a/
openwrt/rules.mk
+++ b/
openwrt/rules.mk
@@
-2,6
+2,7
@@
include $(TOPDIR)/.config
SHELL=/bin/bash
export SHELL
+CP=cp -fpR
MAKE1=make
MAKEFLAGS=-j$(BR2_JLEVEL)