summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-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