Add build dependency to zip
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29977 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e62b9a9aae
commit
c3cf8bcd4e
1 changed files with 3 additions and 1 deletions
|
@ -254,7 +254,9 @@ tags:
|
|||
fontzip:
|
||||
$(SILENT)$(TOOLSDIR)/buildzip.pl $(VERBOSEOPT) --app=$(APPLICATION) -m \"$(MODELNAME)\" -r "$(ROOTDIR)" --rbdir="$(RBDIR)" -f 1 -o rockbox-fonts.zip $(TARGET) $(BINARY)
|
||||
|
||||
zip:
|
||||
zip: $(BUILDDIR)/rockbox.zip
|
||||
|
||||
$(BUILDDIR)/rockbox.zip: build
|
||||
$(SILENT)$(TOOLSDIR)/buildzip.pl $(VERBOSEOPT) --app=$(APPLICATION) -m \"$(MODELNAME)\" -i \"$(TARGET_ID)\" -r "$(ROOTDIR)" --rbdir="$(RBDIR)" $(TARGET) $(BINARY)
|
||||
|
||||
mapzip:
|
||||
|
|
Loading…
Reference in a new issue