diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-04-03 21:47:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-04-03 21:47:18 +0000 |
commit | db738f7ce46befc51d233139daa87afe802f81d6 (patch) | |
tree | e29c0ea5e5b99b9e8dfd74fa177e0b8eb9823e6d /tools | |
parent | e5bef364f27d7b6e60cf813bb64124153b274611 (diff) | |
download | rockbox-db738f7ce46befc51d233139daa87afe802f81d6.tar.gz rockbox-db738f7ce46befc51d233139daa87afe802f81d6.zip |
Fixed the 7zip and tar targets for langv2 support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9473 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure index 72ef48cf3b..faa67a8ee7 100755 --- a/tools/configure +++ b/tools/configure @@ -1260,11 +1260,11 @@ zip: \$(SILENT)\$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(ARCHOS)\" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY) 7zip: - \$(SILENT)\$(TOOLSDIR)/buildzip.pl -o "rockbox.7z" -z "7za a" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY) + \$(SILENT)\$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(ARCHOS)\" -o "rockbox.7z" -z "7za a" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY) tar: \$(SILENT)rm -f rockbox.tar - \$(SILENT)\$(TOOLSDIR)/buildzip.pl -o "rockbox.tar" -z "tar --no-recursion -uf" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY) + \$(SILENT)\$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(ARCHOS)\" -o "rockbox.tar" -z "tar --no-recursion -uf" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY) bzip2: tar \$(SILENT)bzip2 -f9 rockbox.tar |