diff options
author | egon_ffj <egon@freifunk-jena.de> | 2011-10-19 00:21:52 (GMT) |
---|---|---|
committer | egon_ffj <egon@freifunk-jena.de> | 2011-10-19 00:21:52 (GMT) |
commit | e3dfea3dc99c7d497eac53de780172c0fc6c450d (patch) | |
tree | 86195c6d1efc7a33b7e0d2de2eb607aacf83f8bf /Makefile | |
parent | 87e6fe50843e5c28b72ec11850efef41d32ab7c8 (diff) |
* create global dl-folder and symlink it to global dl-folder
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,8 +2,10 @@ .PHONY: openwrt/backfire openwrt/backfire/.repo_access: + mkdir dl mkdir -p openwrt cd openwrt && svn co svn://svn.openwrt.org/openwrt/branches/backfire + cd $(@D) && ln -s ../../dl . cd $(@D) && ./scripts/feeds update cd $(@D) && make package/symlinks touch $@ @@ -31,4 +33,4 @@ image/%: openwrt/$$(REPO)/.repo_access config/$$(REPO).config \ rsync -a files/$(PLATFORM)-$(MODEL)/ openwrt/$(REPO)/files/ cd openwrt/$(REPO) && $(MAKE) mkdir -p $@ - rsync -a openwrt/$(REPO)/bin/$(PLATFORM)/ $@/
\ No newline at end of file + rsync -a openwrt/$(REPO)/bin/$(PLATFORM)/ $@/ |