summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-04-20 20:51:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-04-20 20:51:49 +0000
commit48d90d3114d9abf721e0c363b6394a90464ed5bb (patch)
treedd2d5ce4358b023fb33d9ca7f031fe6a83bdb517 /tools/configure
parent49be3faf0785d8c07b265a0488052f9d5902c612 (diff)
downloadrockbox-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/configure')
-rwxr-xr-xtools/configure12
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
616 bmp2rb_native="$rootdir/tools/bmp2rb -f 0" 616 bmp2rb_native="$rootdir/tools/bmp2rb -f 0"
617 output="ajbrec.ajz" 617 output="ajbrec.ajz"
618 appextra="recorder:gui" 618 appextra="recorder:gui"
619 archosrom="$pwd/rombox.ucl" 619 archosrom=""#"$pwd/rombox.ucl"
620 flash="$pwd/rockbox.ucl" 620 flash="$pwd/rockbox.ucl"
621 plugins="yes" 621 plugins="yes"
622 codecs="" 622 codecs=""
@@ -639,7 +639,7 @@ EOF
639 bmp2rb_native="$rootdir/tools/bmp2rb -f 0" 639 bmp2rb_native="$rootdir/tools/bmp2rb -f 0"
640 output="ajbrec.ajz" 640 output="ajbrec.ajz"
641 appextra="recorder:gui" 641 appextra="recorder:gui"
642 archosrom="$pwd/rombox.ucl" 642 archosrom=""#"$pwd/rombox.ucl"
643 flash="$pwd/rockbox.ucl" 643 flash="$pwd/rockbox.ucl"
644 plugins="yes" 644 plugins="yes"
645 codecs="" 645 codecs=""
@@ -662,7 +662,7 @@ EOF
662 bmp2rb_native="$rootdir/tools/bmp2rb -f 0" 662 bmp2rb_native="$rootdir/tools/bmp2rb -f 0"
663 output="ajbrec.ajz" 663 output="ajbrec.ajz"
664 appextra="recorder:gui" 664 appextra="recorder:gui"
665 archosrom="$pwd/rombox.ucl" 665 archosrom=""#"$pwd/rombox.ucl"
666 flash="$pwd/rockbox.ucl" 666 flash="$pwd/rockbox.ucl"
667 plugins="yes" 667 plugins="yes"
668 codecs="" 668 codecs=""
@@ -708,7 +708,7 @@ EOF
708 bmp2rb_native="$rootdir/tools/bmp2rb -f 0" 708 bmp2rb_native="$rootdir/tools/bmp2rb -f 0"
709 output="ajbrec.ajz" 709 output="ajbrec.ajz"
710 appextra="recorder:gui" 710 appextra="recorder:gui"
711 archosrom="$pwd/rombox.ucl" 711 archosrom=""#"$pwd/rombox.ucl"
712 flash="$pwd/rockbox.ucl" 712 flash="$pwd/rockbox.ucl"
713 plugins="yes" 713 plugins="yes"
714 codecs="" 714 codecs=""
@@ -1644,9 +1644,9 @@ MAKEFLAGS += --no-print-directory
1644 1644
1645.PHONY: all clean tags zip tools manual bin build info 1645.PHONY: all clean tags zip tools manual bin build info
1646 1646
1647all: build info 1647all: info
1648 1648
1649info: 1649info: build
1650 \$(SILENT)\$(TOOLSDIR)/mkinfo.pl \$(BUILDDIR)/rockbox-info.txt 1650 \$(SILENT)\$(TOOLSDIR)/mkinfo.pl \$(BUILDDIR)/rockbox-info.txt
1651 1651
1652build: tools 1652build: tools