summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-26 02:32:16 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-26 02:32:16 +0000
commitf0aa43923c309c39cc61b1a932737ab87c66a029 (patch)
tree3dff87c9cbbaa53f93351a41bdf920c299597639 /Makefile
parent7cd49ecd1cbad9a999f9d49fc7b389e4a1cc719e (diff)
bugfix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@294 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dfa272120..b8c9b10b7 100644
--- a/Makefile
+++ b/Makefile
@@ -118,6 +118,8 @@ $(TARGET_DIR):
fi;
-find $(TARGET_DIR) -type d -name CVS | xargs rm -rf
-find $(TARGET_DIR) -type d -name .svn | xargs rm -rf
+ -ln -sf /tmp/resolv.conf $(TARGET_DIR)
+ -mkdir -p $(TARGET_DIR)/jffs
source: $(TARGETS_SOURCE)