diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2005-03-03 07:31:39 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-03 07:31:39 +0000 |
| commit | ac79a0c42b19c4c3139afee467672d6e6c5b1c06 (patch) | |
| tree | afad30626e7c66e8d4d72c7c3cfa345463553334 | |
| parent | 2584896920724cd5e72caaf9b64c3ef81b45ee9f (diff) | |
| download | rockbox-ac79a0c42b19c4c3139afee467672d6e6c5b1c06.zip rockbox-ac79a0c42b19c4c3139afee467672d6e6c5b1c06.tar.gz rockbox-ac79a0c42b19c4c3139afee467672d6e6c5b1c06.tar.bz2 rockbox-ac79a0c42b19c4c3139afee467672d6e6c5b1c06.tar.xz | |
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
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index f0d906b..3fe4808 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 |