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:
parent
5f242ad082
commit
6dd24bfbcc
1 changed files with 4 additions and 1 deletions
5
tools/configure
vendored
5
tools/configure
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue