summaryrefslogtreecommitdiffstats
path: root/openwrt/Makefile
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-06 01:32:23 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-06 01:32:23 +0000
commit4d71a0805ae4e1e69596b1fb0682ec184d8af290 (patch)
tree1edd3aafd4f33d4c40a29afc49532a6c4564d954 /openwrt/Makefile
parent6516b8e39a52b3df85edc753aeb3bfe45ab8b66e (diff)
*** empty log message ***
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@213 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r--openwrt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile
index dc52dfd9c..c2e628051 100644
--- a/openwrt/Makefile
+++ b/openwrt/Makefile
@@ -105,7 +105,7 @@ $(STAGING_DIR):
@ln -sf ../lib $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/lib
$(TARGET_DIR):
- zcat target/default/skel.tar.gz | tar -C $(BUILD_DIR) -xf -
+ @mkdir -p $(TARGET_DIR)
cp -a target/default/target_skeleton/* $(TARGET_DIR)/
-find $(TARGET_DIR) -type d -name CVS -exec rm -rf {} \; > /dev/null 2>&1