1
0
Fork 0
forked from len0rd/rockbox

Write dependencies to a temporary file until they are completed. This fixes the problem with an aborted dependency generation not being detected.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19241 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2008-11-26 23:20:12 +00:00
parent 4e4b1d00f9
commit 3eece18b95

View file

@ -39,7 +39,7 @@ mkdepfile = $(shell \
-e "s: pluginbitmaps/: $(BUILDDIR)/pluginbitmaps/:g" \ -e "s: pluginbitmaps/: $(BUILDDIR)/pluginbitmaps/:g" \
-e "s: lib/: $(APPSDIR)/plugins/lib/:g" \ -e "s: lib/: $(APPSDIR)/plugins/lib/:g" \
-e "s: codeclib.h: $(APPSDIR)/codecs/lib/codeclib.h:g" \ -e "s: codeclib.h: $(APPSDIR)/codecs/lib/codeclib.h:g" \
> $(1) ) > $(1)_ && mv $(1)_ $(1) )
# function to create .bmp dependencies # function to create .bmp dependencies
bmpdepfile = $(shell \ bmpdepfile = $(shell \