First shot at a '7zip' target that uses the 7za tool to produce a rockbox.7a

package with the exact same contents that a make zip would produce.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8230 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-12-13 10:58:07 +00:00
parent 5f242ad082
commit 6dd24bfbcc

5
tools/configure vendored
View file

@ -951,7 +951,10 @@ tags:
\$(MAKE) -C \$(APPSDIR)/plugins/lib tags
zip:
\$(TOOLSDIR)/buildzip.pl -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
@\$(TOOLSDIR)/buildzip.pl -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
7zip:
@\$(TOOLSDIR)/buildzip.pl -o "rockbox.7z" -z "7za a" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
EOF
if [ "yes" = "$simulator" ]; then