From 56194e5885e9a04c41ed88b0d5473db9f3bc0e9d Mon Sep 17 00:00:00 2001 From: Katze Miau Date: Wed, 19 Oct 2011 09:21:57 +0000 Subject: use common dl directories for all branches diff --git a/Makefile b/Makefile index e7430a5..15378b7 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,9 @@ .PHONY: openwrt/backfire openwrt/backfire/.repo_access: - mkdir -p openwrt + mkdir -p openwrt dl cd openwrt && svn co svn://svn.openwrt.org/openwrt/branches/backfire + ln -s ../../dl $(@D)/ cd $(@D) && ./scripts/feeds update cd $(@D) && make package/symlinks touch $@ -- cgit v0.10.1