summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-08-16 11:46:21 +0000
committerJens Arnold <amiconn@rockbox.org>2008-08-16 11:46:21 +0000
commitdcd7f11b22f6e74ed7fa523b4fae5a42c9662932 (patch)
tree8157fd44ffb4805b8110894a2fd3fcd3a33940ca
parentc2c5797910025fa626afc3b871dd7f393b66165b (diff)
Use maximum compression for 'make zip', 'make fullzip' and 'make 7zip' (reconfigure for the 7zip change to take effect).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18296 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/buildzip.pl2
-rwxr-xr-xtools/configure2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/buildzip.pl b/tools/buildzip.pl
index 12348c61d5..9211126687 100755
--- a/tools/buildzip.pl
+++ b/tools/buildzip.pl
@@ -47,7 +47,7 @@ sub find_copyfile {
$ROOT="..";
-my $ziptool="zip -r";
+my $ziptool="zip -r9";
my $output="rockbox.zip";
my $verbose;
my $exe;
diff --git a/tools/configure b/tools/configure
index e709bff62d..745428730d 100755
--- a/tools/configure
+++ b/tools/configure
@@ -2340,7 +2340,7 @@ fullzip:
7zip:
\$(SILENT)for f in \`cat \$(BUILDDIR)/@APPS@/features\`; do feat="\$\$feat:\$\$f" ; done; \\
- \$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(MODELNAME)\$\$feat\" -i \"\$(TARGET_ID)\" -o "rockbox.7z" -z "7za a" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
+ \$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(MODELNAME)\$\$feat\" -i \"\$(TARGET_ID)\" -o "rockbox.7z" -z "7za a -mx=9" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
tar:
\$(SILENT)rm -f rockbox.tar