summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-02-17 23:24:28 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-02-17 23:24:28 +0000
commit9425cf65489776cfaf2d4c5472d4693dcd158aa6 (patch)
treec38f22bde0df181061b054cdfb25b7fef5a29fa5 /tools/configure
parente2f5f21e5bf5b8e43f3eb130d8a282a5a8c62ac6 (diff)
downloadrockbox-9425cf65489776cfaf2d4c5472d4693dcd158aa6.tar.gz
rockbox-9425cf65489776cfaf2d4c5472d4693dcd158aa6.zip
eeek, revert the FS#8482 commit again as it broke the bootloaders and the
generated size wasn't actually used yet! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16339 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure10
1 files changed, 3 insertions, 7 deletions
diff --git a/tools/configure b/tools/configure
index b46f175f6a..49773e1a6f 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1919,14 +1919,14 @@ export ENCODER=@ENCODER@
1919# Do not print "Entering directory ..." 1919# Do not print "Entering directory ..."
1920MAKEFLAGS += --no-print-directory 1920MAKEFLAGS += --no-print-directory
1921 1921
1922.PHONY: all clean tags zip tools manual bin build info langs 1922.PHONY: all clean tags zip tools manual bin build info
1923 1923
1924all: info 1924all: info
1925 1925
1926info: build 1926info: build
1927 \$(SILENT)\$(TOOLSDIR)/mkinfo.pl \$(BUILDDIR)/rockbox-info.txt 1927 \$(SILENT)\$(TOOLSDIR)/mkinfo.pl \$(BUILDDIR)/rockbox-info.txt
1928 1928
1929build: tools langs 1929build: tools
1930 @SIMUL1@ 1930 @SIMUL1@
1931 @SIMUL2@ 1931 @SIMUL2@
1932 \$(SILENT)\$(MAKE) -C \$(FIRMDIR) OBJDIR=\$(BUILDDIR)/firmware 1932 \$(SILENT)\$(MAKE) -C \$(FIRMDIR) OBJDIR=\$(BUILDDIR)/firmware
@@ -1952,7 +1952,7 @@ clean:
1952 manual *.pdf *.a credits.raw @OUTPUT@ bitmaps pluginbitmaps \ 1952 manual *.pdf *.a credits.raw @OUTPUT@ bitmaps pluginbitmaps \
1953 @ARCHOSROM@ @FLASHFILE@ UI256.bmp rockbox-full.zip \ 1953 @ARCHOSROM@ @FLASHFILE@ UI256.bmp rockbox-full.zip \
1954 html txt rockbox-manual*.zip sysfont.h rockbox-info.txt \ 1954 html txt rockbox-manual*.zip sysfont.h rockbox-info.txt \
1955 voicefontids *.wav *.mp3 *.voice max_language_size.h 1955 voicefontids *.wav *.mp3 *.voice
1956 1956
1957tools: 1957tools:
1958 \$(SILENT)\$(MAKE) -C \$(TOOLSDIR) CC=\$(HOSTCC) AR=\$(HOSTAR) @TOOLSET@ 1958 \$(SILENT)\$(MAKE) -C \$(TOOLSDIR) CC=\$(HOSTCC) AR=\$(HOSTAR) @TOOLSET@
@@ -1996,10 +1996,6 @@ bzip2: tar
1996gzip: tar 1996gzip: tar
1997 \$(SILENT)gzip -f9 rockbox.tar 1997 \$(SILENT)gzip -f9 rockbox.tar
1998 1998
1999langs: features
2000 \$(SILENT)mkdir -p \$(BUILDDIR)/apps/lang
2001 \$(SILENT)\$(MAKE) -C \$(APPSDIR)/lang OBJDIR=\$(BUILDDIR)/apps/lang
2002
2003manual: manual-pdf 1999manual: manual-pdf
2004manual-pdf: 2000manual-pdf:
2005 \$(SILENT)\$(MAKE) -C \$(MANUALDIR) OBJDIR=\$(BUILDDIR)/manual manual-pdf 2001 \$(SILENT)\$(MAKE) -C \$(MANUALDIR) OBJDIR=\$(BUILDDIR)/manual manual-pdf