forked from len0rd/rockbox
1) make the mkinfo work with sizes even when make -j is used
2) disable rombox from getting built on the targets on which it hasn't been working for months git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13223 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
49be3faf07
commit
48d90d3114
1 changed files with 6 additions and 6 deletions
12
tools/configure
vendored
12
tools/configure
vendored
|
|
@ -616,7 +616,7 @@ EOF
|
|||
bmp2rb_native="$rootdir/tools/bmp2rb -f 0"
|
||||
output="ajbrec.ajz"
|
||||
appextra="recorder:gui"
|
||||
archosrom="$pwd/rombox.ucl"
|
||||
archosrom=""#"$pwd/rombox.ucl"
|
||||
flash="$pwd/rockbox.ucl"
|
||||
plugins="yes"
|
||||
codecs=""
|
||||
|
|
@ -639,7 +639,7 @@ EOF
|
|||
bmp2rb_native="$rootdir/tools/bmp2rb -f 0"
|
||||
output="ajbrec.ajz"
|
||||
appextra="recorder:gui"
|
||||
archosrom="$pwd/rombox.ucl"
|
||||
archosrom=""#"$pwd/rombox.ucl"
|
||||
flash="$pwd/rockbox.ucl"
|
||||
plugins="yes"
|
||||
codecs=""
|
||||
|
|
@ -662,7 +662,7 @@ EOF
|
|||
bmp2rb_native="$rootdir/tools/bmp2rb -f 0"
|
||||
output="ajbrec.ajz"
|
||||
appextra="recorder:gui"
|
||||
archosrom="$pwd/rombox.ucl"
|
||||
archosrom=""#"$pwd/rombox.ucl"
|
||||
flash="$pwd/rockbox.ucl"
|
||||
plugins="yes"
|
||||
codecs=""
|
||||
|
|
@ -708,7 +708,7 @@ EOF
|
|||
bmp2rb_native="$rootdir/tools/bmp2rb -f 0"
|
||||
output="ajbrec.ajz"
|
||||
appextra="recorder:gui"
|
||||
archosrom="$pwd/rombox.ucl"
|
||||
archosrom=""#"$pwd/rombox.ucl"
|
||||
flash="$pwd/rockbox.ucl"
|
||||
plugins="yes"
|
||||
codecs=""
|
||||
|
|
@ -1644,9 +1644,9 @@ MAKEFLAGS += --no-print-directory
|
|||
|
||||
.PHONY: all clean tags zip tools manual bin build info
|
||||
|
||||
all: build info
|
||||
all: info
|
||||
|
||||
info:
|
||||
info: build
|
||||
\$(SILENT)\$(TOOLSDIR)/mkinfo.pl \$(BUILDDIR)/rockbox-info.txt
|
||||
|
||||
build: tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue