From f0aa43923c309c39cc61b1a932737ab87c66a029 Mon Sep 17 00:00:00 2001 From: mbm Date: Sat, 26 Feb 2005 02:32:16 +0000 Subject: bugfix git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@294 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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) -- cgit v1.2.3