Altered mkdepfile to use a single gcc call and post-process the output. This speeds up the dependency generation, especially in cygwin.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19169 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2008-11-21 15:07:15 +00:00
parent 7ef2a053b8
commit 6640978129
5 changed files with 37 additions and 10 deletions

View file

@ -9,8 +9,7 @@
LANGS := $(call preprocess, $(APPSDIR)/lang/SOURCES)
LANGOBJ := $(LANGS:$(ROOTDIR)/%.lang=$(BUILDDIR)/%.lng)
SRC += $(ROOTDIR)/lang.o # yes ROOTDIR. root.make will subst it to BUILDDIR.
LANG_O = $(BUILDDIR)/lang.o
CLEANOBJS += $(BUILDDIR)/max_language_size.h $(BUILDDIR)/lang.*