summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-12-13 10:58:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-12-13 10:58:07 +0000
commit6dd24bfbcc893d05ebba9412158ff54313252fd8 (patch)
treefdb99c62428905fb477ea13157290f5b4b03fd41 /tools
parent5f242ad0822e0ce08197c2bd94c6b4fa33dfa4c6 (diff)
downloadrockbox-6dd24bfbcc893d05ebba9412158ff54313252fd8.tar.gz
rockbox-6dd24bfbcc893d05ebba9412158ff54313252fd8.zip
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
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 0935bbb73e..5830f89c6d 100755
--- a/tools/configure
+++ b/tools/configure
@@ -951,7 +951,10 @@ tags:
951 \$(MAKE) -C \$(APPSDIR)/plugins/lib tags 951 \$(MAKE) -C \$(APPSDIR)/plugins/lib tags
952 952
953zip: 953zip:
954 \$(TOOLSDIR)/buildzip.pl -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY) 954 @\$(TOOLSDIR)/buildzip.pl -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
955
9567zip:
957 @\$(TOOLSDIR)/buildzip.pl -o "rockbox.7z" -z "7za a" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
955EOF 958EOF
956 959
957if [ "yes" = "$simulator" ]; then 960if [ "yes" = "$simulator" ]; then