summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-08-24 15:13:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-08-24 15:13:08 +0000
commitd1851e3364d4fa1c54525755cfd3c33c09e39767 (patch)
tree95e9b55ef60b62364561db33c7e71c5c8e7dba46 /tools/configure
parentfa5fa54a1b4af2e9a8d86d8b29e16b213765ae3d (diff)
downloadrockbox-d1851e3364d4fa1c54525755cfd3c33c09e39767.tar.gz
rockbox-d1851e3364d4fa1c54525755cfd3c33c09e39767.zip
Make the buildzip script able to build zips even when not run in a dir
one level "down" from the rockbox source root. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5013 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index ea88c782b6..0a8b96dc75 100755
--- a/tools/configure
+++ b/tools/configure
@@ -86,7 +86,7 @@ tags:
86 make -C \$(SIMDIR) DISPLAY=\$(DISPLAY) KEYPAD=\$(KEYPAD) OBJDIR=\$(THISDIR) tags 86 make -C \$(SIMDIR) DISPLAY=\$(DISPLAY) KEYPAD=\$(KEYPAD) OBJDIR=\$(THISDIR) tags
87 87
88zip: 88zip:
89 \$(TOOLSDIR)/buildzip.pl sim\$(TARGET) 89 \$(TOOLSDIR)/buildzip.pl -r "\$(ROOTDIR)" sim\$(TARGET)
90 90
91install: 91install:
92 @echo "installing a full setup in your archos dir" 92 @echo "installing a full setup in your archos dir"
@@ -423,7 +423,7 @@ tags:
423 \$(MAKE) tags-firmware tags-apps 423 \$(MAKE) tags-firmware tags-apps
424 424
425zip: 425zip:
426 \$(TOOLSDIR)/buildzip.pl \$(TARGET) 426 \$(TOOLSDIR)/buildzip.pl -r "\$(ROOTDIR)" \$(TARGET)
427EOF 427EOF
428 428
429echo "Created Makefile" 429echo "Created Makefile"