summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorwrtbuild <wrtbuild@localhost.(none)>2011-10-16 12:26:02 (GMT)
committerwrtbuild <wrtbuild@localhost.(none)>2011-10-16 12:26:02 (GMT)
commit4faf081acf5f51e48f88536c61e107a871ef1b16 (patch)
tree0dfab4069e526a52b1d5b0f913bc203e9781a5f0 /Makefile
parent4bff8f22cd1e6c2b48fc6ebd2d79a4d8b28cd93c (diff)
Makefile: clean from old results before making new
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8457a1..e7430a5 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ image/%: openwrt/$$(REPO)/.repo_access config/$$(REPO).config \
cp config/$(REPO).config openwrt/$(REPO)/.config
patch openwrt/$(REPO)/.config <config/$(REPO)-$(PLATFORM).patch
patch openwrt/$(REPO)/.config <config/$(REPO)-$(PLATFORM)-$(MODEL).patch
- -rm -r openwrt/$(REPO)/files
+ -rm -r openwrt/$(REPO)/files openwrt/$(REPO)/bin/$(PLATFORM)
cp -a files/common openwrt/$(REPO)/files
rsync -a files/$(PLATFORM)/ openwrt/$(REPO)/files/
rsync -a files/$(PLATFORM)-$(MODEL)/ openwrt/$(REPO)/files/
contact: Jan Huwald // Impressum