summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-03 07:31:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-03 07:31:39 +0000
commitac79a0c42b19c4c3139afee467672d6e6c5b1c06 (patch)
treeafad30626e7c66e8d4d72c7c3cfa345463553334 /tools
parent2584896920724cd5e72caaf9b64c3ef81b45ee9f (diff)
downloadrockbox-ac79a0c42b19c4c3139afee467672d6e6c5b1c06.tar.gz
rockbox-ac79a0c42b19c4c3139afee467672d6e6c5b1c06.zip
let zip do zip without depending on 'all', to allow zipping up packages that
might not build 100% clean git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6106 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index f0d906b0b2..3fe48081cd 100755
--- a/tools/configure
+++ b/tools/configure
@@ -633,7 +633,7 @@ tags:
\$(MAKE) -C \$(APPSDIR)/plugins tags
\$(MAKE) -C \$(APPSDIR)/plugins/lib tags
-zip: all
+zip:
\$(TOOLSDIR)/buildzip.pl -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
EOF