1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Daniel Stenberg 2004-08-24 15:13:08 +00:00
parent fa5fa54a1b
commit d1851e3364
2 changed files with 27 additions and 18 deletions

4
tools/configure vendored
View file

@ -86,7 +86,7 @@ tags:
make -C \$(SIMDIR) DISPLAY=\$(DISPLAY) KEYPAD=\$(KEYPAD) OBJDIR=\$(THISDIR) tags
zip:
\$(TOOLSDIR)/buildzip.pl sim\$(TARGET)
\$(TOOLSDIR)/buildzip.pl -r "\$(ROOTDIR)" sim\$(TARGET)
install:
@echo "installing a full setup in your archos dir"
@ -423,7 +423,7 @@ tags:
\$(MAKE) tags-firmware tags-apps
zip:
\$(TOOLSDIR)/buildzip.pl \$(TARGET)
\$(TOOLSDIR)/buildzip.pl -r "\$(ROOTDIR)" \$(TARGET)
EOF
echo "Created Makefile"