From a8da95b7ab7bb49c9a6ec895bb88d0f7bd94bbd3 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 20 Feb 2006 19:07:44 +0000 Subject: [PATCH] add CP variable (should ease backporting) SVN-Revision: 3258 --- openwrt/rules.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrt/rules.mk b/openwrt/rules.mk index ec59ed0be2..44fe264a4a 100644 --- 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) -- 2.30.2