From 6dd24bfbcc893d05ebba9412158ff54313252fd8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 13 Dec 2005 10:58:07 +0000 Subject: 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 --- tools/configure | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index 0935bbb..5830f89 100755 --- a/tools/configure +++ b/tools/configure @@ -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 -- cgit v1.1