let zip do zip without depending on 'all', to allow zipping up packages that
might not build 100% clean git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6106 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2584896920
commit
ac79a0c42b
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -633,7 +633,7 @@ tags:
|
|||
\$(MAKE) -C \$(APPSDIR)/plugins tags
|
||||
\$(MAKE) -C \$(APPSDIR)/plugins/lib tags
|
||||
|
||||
zip: all
|
||||
zip:
|
||||
\$(TOOLSDIR)/buildzip.pl -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Reference in a new issue