aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2005-02-26 02:32:16 +0000
committerMike Baker <mbm@openwrt.org>2005-02-26 02:32:16 +0000
commit26da6c04c9daed3a7f9a3f7ccf67a5e89d7f29bb (patch)
tree3dff87c9cbbaa53f93351a41bdf920c299597639 /Makefile
parent62ed4966b1eb1294c2c79f8d3dc85263ec9a5bb4 (diff)
downloadmaster-187ad058-26da6c04c9daed3a7f9a3f7ccf67a5e89d7f29bb.tar.gz
master-187ad058-26da6c04c9daed3a7f9a3f7ccf67a5e89d7f29bb.tar.bz2
master-187ad058-26da6c04c9daed3a7f9a3f7ccf67a5e89d7f29bb.zip
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 dfa272120b..b8c9b10b70 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)