summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-09-13 15:24:59 +0000
committerThomas Martitz <kugel@rockbox.org>2009-09-13 15:24:59 +0000
commit022463b46c3911830d6144acd1c2957ac9fe1f2d (patch)
tree5c4f87f0ece2f7f4df42626b747efe07fe7a9812 /tools/root.make
parentc0f1c49178b4c205e1c990ea2fb25a417305528c (diff)
downloadrockbox-022463b46c3911830d6144acd1c2957ac9fe1f2d.tar.gz
rockbox-022463b46c3911830d6144acd1c2957ac9fe1f2d.zip
Repair build-all.sh and clean-all.sh.
Make it so that it runs ../configure and make for each target. This makes the wrapper-Makefile obsolete. It moves the binaries to tools/checkwps/output. NOTE: Something is fishy with the creative players (it builds them, but can't move them), because the configure target name and modelname differs (not sure how to fix that). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22696 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/root.make')
-rw-r--r--tools/root.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/root.make b/tools/root.make
index e2525dc8df..f0f2c3310b 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -118,7 +118,7 @@ veryclean: clean
118clean: 118clean:
119 $(SILENT)echo Cleaning build directory 119 $(SILENT)echo Cleaning build directory
120 $(SILENT)rm -rf rockbox.zip rockbox.7z rockbox.tar rockbox.tar.gz \ 120 $(SILENT)rm -rf rockbox.zip rockbox.7z rockbox.tar rockbox.tar.gz \
121 rockbox.tar.bz2 TAGS apps firmware comsim sim lang \ 121 rockbox.tar.bz2 TAGS apps firmware tools comsim sim lang \
122 manual *.pdf *.a credits.raw rockbox.ipod bitmaps \ 122 manual *.pdf *.a credits.raw rockbox.ipod bitmaps \
123 pluginbitmaps UI256.bmp rockbox-full.zip html txt \ 123 pluginbitmaps UI256.bmp rockbox-full.zip html txt \
124 rockbox-manual*.zip sysfont.h rockbox-info.txt voicefontids \ 124 rockbox-manual*.zip sysfont.h rockbox-info.txt voicefontids \