summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-04-03 21:11:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-04-03 21:11:11 +0000
commitc06e7772ff81ed4bbc78377a6e16456456f3e96c (patch)
tree0eee2026f47d5041461d2a35349f0c2175e97ab0 /tools/configure
parenta87203651e35f368bf1d8bca5a846a0b9fb657c1 (diff)
downloadrockbox-c06e7772ff81ed4bbc78377a6e16456456f3e96c.tar.gz
rockbox-c06e7772ff81ed4bbc78377a6e16456456f3e96c.zip
langv2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9470 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index c2d4d90daf..72ef48cf3b 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1171,6 +1171,8 @@ sed > Makefile \
1171 1171
1172ifndef V 1172ifndef V
1173SILENT=@ 1173SILENT=@
1174else
1175VERBOSEOPT=-v
1174endif 1176endif
1175 1177
1176export ROOTDIR=@ROOTDIR@ 1178export ROOTDIR=@ROOTDIR@
@@ -1255,7 +1257,7 @@ tags:
1255 \$(SILENT)\$(MAKE) -C \$(APPSDIR)/plugins/lib tags 1257 \$(SILENT)\$(MAKE) -C \$(APPSDIR)/plugins/lib tags
1256 1258
1257zip: 1259zip:
1258 \$(SILENT)\$(TOOLSDIR)/buildzip.pl -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY) 1260 \$(SILENT)\$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(ARCHOS)\" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
1259 1261
12607zip: 12627zip:
1261 \$(SILENT)\$(TOOLSDIR)/buildzip.pl -o "rockbox.7z" -z "7za a" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY) 1263 \$(SILENT)\$(TOOLSDIR)/buildzip.pl -o "rockbox.7z" -z "7za a" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)