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:
parent
fa5fa54a1b
commit
d1851e3364
2 changed files with 27 additions and 18 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue