summaryrefslogtreecommitdiff
path: root/tools/make.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-02-17 23:12:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-02-17 23:12:54 +0000
commit4a06c87e7869bb2703c0b0181d3816ba73dff9ff (patch)
tree5d9c1ea2e534337d548ec97568a23615a56e9d1b /tools/make.inc
parent8c81e789cc7da214db5a5c1a3aa3698375a400e3 (diff)
downloadrockbox-4a06c87e7869bb2703c0b0181d3816ba73dff9ff.tar.gz
rockbox-4a06c87e7869bb2703c0b0181d3816ba73dff9ff.zip
FS#8482:
Build system tweak that builds all languages first, to make the system able to use a buffer size that fits the larger language only. Parts of this work done by Jonas Haggqvist, but all the mistakes are my own! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16337 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/make.inc')
-rw-r--r--tools/make.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/make.inc b/tools/make.inc
index 8e125c834e..30d0779b2d 100644
--- a/tools/make.inc
+++ b/tools/make.inc
@@ -40,7 +40,8 @@ $(DEPFILE): $(SOURCES)
40 rm $$del; \ 40 rm $$del; \
41 del=""; \ 41 del=""; \
42 fi \ 42 fi \
43 done | sed -e "s:[^[:space:]]*lang.h:$(OBJDIR)/lang.o:" > $(DEPFILE); \ 43 done | sed -e "s:[^[:space:]]*lang.h:$(OBJDIR)/lang.o:" \
44 -e "s:[^[:space:]]*sysfont.h:$(BUILDDIR)/sysfont.h:" > $(DEPFILE); \
44 echo "oo" > /dev/null ) 45 echo "oo" > /dev/null )
45 46
46tags: 47tags: