diff options
| author | Katze Miau <miaukatzemiau@priveasy.de> | 2011-10-16 12:26:02 (GMT) |
|---|---|---|
| committer | Katze Miau <miaukatzemiau@priveasy.de> | 2011-10-16 12:26:02 (GMT) |
| commit | a31763970e4abee342dd1b20ddaac9ba98b60a91 (patch) | |
| tree | 0dfab4069e526a52b1d5b0f913bc203e9781a5f0 /Makefile | |
| parent | b47bc8f9559b3f8a1a4d4ef2eb328d760281a216 (diff) | |
Makefile: clean from old results before making new
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |
