diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-04-20 20:51:49 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-04-20 20:51:49 +0000 |
commit | 48d90d3114d9abf721e0c363b6394a90464ed5bb (patch) | |
tree | dd2d5ce4358b023fb33d9ca7f031fe6a83bdb517 /tools | |
parent | 49be3faf0785d8c07b265a0488052f9d5902c612 (diff) | |
download | rockbox-48d90d3114d9abf721e0c363b6394a90464ed5bb.tar.gz rockbox-48d90d3114d9abf721e0c363b6394a90464ed5bb.zip |
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
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/configure | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/configure b/tools/configure index 1842be71ab..2f79755335 100755 --- a/tools/configure +++ b/tools/configure @@ -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 |