mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-16 00:22:29 -05:00
Don't trigger the plugin bitmap build twice from the plugin Makefile. For some reason, both apps/bitmaps and apps/plugins/bitmaps are still sometimes checked twice though.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11305 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d5e628f4ed
commit
730dee8a99
1 changed files with 0 additions and 20 deletions
|
|
@ -151,26 +151,6 @@ $(BUILDDIR)/libplugin.a:
|
||||||
$(SILENT)mkdir -p $(OBJDIR)/lib
|
$(SILENT)mkdir -p $(OBJDIR)/lib
|
||||||
$(SILENT)$(MAKE) -C lib OBJDIR=$(OBJDIR)/lib
|
$(SILENT)$(MAKE) -C lib OBJDIR=$(OBJDIR)/lib
|
||||||
|
|
||||||
$(BUILDDIR)/libpluginbitmapsnative.a:
|
|
||||||
@echo "MAKE in plugins/bitmaps/native"
|
|
||||||
$(SILENT)mkdir -p $(OBJDIR)/bitmaps/native
|
|
||||||
$(SILENT)$(MAKE) -C bitmaps/native OBJDIR=$(OBJDIR)/bitmaps/native
|
|
||||||
|
|
||||||
$(BUILDDIR)/libpluginbitmapsmono.a:
|
|
||||||
@echo "MAKE in plugins/bitmaps/mono"
|
|
||||||
$(SILENT)mkdir -p $(OBJDIR)/bitmaps/mono
|
|
||||||
$(SILENT)$(MAKE) -C bitmaps/mono OBJDIR=$(OBJDIR)/bitmaps/mono
|
|
||||||
|
|
||||||
$(BUILDDIR)/libpluginbitmapsremotenative.a:
|
|
||||||
@echo "MAKE in plugins/bitmaps/remote_native"
|
|
||||||
$(SILENT)mkdir -p $(OBJDIR)/bitmaps/remote_native
|
|
||||||
$(SILENT)$(MAKE) -C bitmaps/remote_native OBJDIR=$(OBJDIR)/bitmaps/remote_native
|
|
||||||
|
|
||||||
$(BUILDDIR)/libpluginbitmapsremotemono.a:
|
|
||||||
@echo "MAKE in plugins/bitmaps/remote_mono"
|
|
||||||
$(SILENT)mkdir -p $(OBJDIR)/bitmaps/remote_mono
|
|
||||||
$(SILENT)$(MAKE) -C bitmaps/remote_mono OBJDIR=$(OBJDIR)/bitmaps/remote_mono
|
|
||||||
|
|
||||||
$(LINKFILE): $(LDS)
|
$(LINKFILE): $(LDS)
|
||||||
@echo "build $@"
|
@echo "build $@"
|
||||||
$(SILENT)cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P - >$@
|
$(SILENT)cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P - >$@
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue