forked from len0rd/rockbox
langv2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9470 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a87203651e
commit
c06e7772ff
35 changed files with 176704 additions and 79645 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
|
@ -1171,6 +1171,8 @@ sed > Makefile \
|
|||
|
||||
ifndef V
|
||||
SILENT=@
|
||||
else
|
||||
VERBOSEOPT=-v
|
||||
endif
|
||||
|
||||
export ROOTDIR=@ROOTDIR@
|
||||
|
|
@ -1255,7 +1257,7 @@ tags:
|
|||
\$(SILENT)\$(MAKE) -C \$(APPSDIR)/plugins/lib tags
|
||||
|
||||
zip:
|
||||
\$(SILENT)\$(TOOLSDIR)/buildzip.pl -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
|
||||
\$(SILENT)\$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(ARCHOS)\" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
|
||||
|
||||
7zip:
|
||||
\$(SILENT)\$(TOOLSDIR)/buildzip.pl -o "rockbox.7z" -z "7za a" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue