aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-10-17 10:03:27 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-10-17 10:03:27 +0000
commitb86187f0e14978682d9fd371738246290bb632ea (patch)
treebb2a7845a6567d4dbbff93353731865fa7e39c1b
parent04cd6fbe0079d36df792357bf0f6528a5de4cdf8 (diff)
downloadupstream-b86187f0e14978682d9fd371738246290bb632ea.tar.gz
upstream-b86187f0e14978682d9fd371738246290bb632ea.tar.bz2
upstream-b86187f0e14978682d9fd371738246290bb632ea.zip
another svn-related fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2116 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/target/linux/package/openwrt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/package/openwrt/Makefile b/openwrt/target/linux/package/openwrt/Makefile
index 82ceb3d906f..d1f8673515a 100644
--- a/openwrt/target/linux/package/openwrt/Makefile
+++ b/openwrt/target/linux/package/openwrt/Makefile
@@ -36,7 +36,7 @@ $(IDIR_OPENWRT):
$(SED) s,base-files-arch,base-files-$(BOARD)-$(KERNEL),g $(IDIR_OPENWRT)/CONTROL/control
$(IPKG_OPENWRT): $(IDIR_OPENWRT)
- [ -d files/$(BOARD)-$(KERNEL) ] && cp -a files/$(BOARD)-$(KERNEL)/* $(IDIR_OPENWRT)/
+ [ -d files/$(BOARD)-$(KERNEL) ] && cp -fpR files/$(BOARD)-$(KERNEL)/* $(IDIR_OPENWRT)/
find $(IDIR_OPENWRT) -name CVS | xargs rm -rf
find $(IDIR_OPENWRT) -name .svn | xargs rm -rf
$(RSTRIP) $(IDIR_OPENWRT)
@@ -47,4 +47,4 @@ install: compile
compile: install-dev $(IPKG_OPENWRT)
install-dev:
mkdir -p $(STAGING_DIR)/usr/include
- cp -a ./include/* $(STAGING_DIR)/usr/include/
+ cp -fpR ./include/[a-z]* $(STAGING_DIR)/usr/include/