summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-04-03 21:47:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-04-03 21:47:18 +0000
commitdb738f7ce46befc51d233139daa87afe802f81d6 (patch)
treee29c0ea5e5b99b9e8dfd74fa177e0b8eb9823e6d
parente5bef364f27d7b6e60cf813bb64124153b274611 (diff)
downloadrockbox-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
-rwxr-xr-xtools/configure4
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:
1260 \$(SILENT)\$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(ARCHOS)\" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY) 1260 \$(SILENT)\$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(ARCHOS)\" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
1261 1261
12627zip: 12627zip:
1263 \$(SILENT)\$(TOOLSDIR)/buildzip.pl -o "rockbox.7z" -z "7za a" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY) 1263 \$(SILENT)\$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(ARCHOS)\" -o "rockbox.7z" -z "7za a" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
1264 1264
1265tar: 1265tar:
1266 \$(SILENT)rm -f rockbox.tar 1266 \$(SILENT)rm -f rockbox.tar
1267 \$(SILENT)\$(TOOLSDIR)/buildzip.pl -o "rockbox.tar" -z "tar --no-recursion -uf" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY) 1267 \$(SILENT)\$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(ARCHOS)\" -o "rockbox.tar" -z "tar --no-recursion -uf" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
1268 1268
1269bzip2: tar 1269bzip2: tar
1270 \$(SILENT)bzip2 -f9 rockbox.tar 1270 \$(SILENT)bzip2 -f9 rockbox.tar