mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
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:
parent
7ef2a053b8
commit
6640978129
5 changed files with 37 additions and 10 deletions
|
|
@ -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.*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue