summaryrefslogtreecommitdiffstats
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
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
-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
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