1
0
Fork 0
forked from len0rd/rockbox

Silence warning from 'ar' if the archive had to be created.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20151 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2009-03-01 09:04:15 +00:00
parent 76be948199
commit 6421f94c0d
19 changed files with 20 additions and 20 deletions

View file

@ -38,7 +38,7 @@ $(PBMPHFILES): $(PLUGIN_BITMAPS)
$(PLUGINBITMAPLIB): $(PLUGIN_BITMAPS)
$(SILENT)$(shell rm -f $@)
$(call PRINTS,AR $(@F))$(AR) rs $@ $+ >/dev/null
$(call PRINTS,AR $(@F))$(AR) rcs $@ $+ >/dev/null
# pattern rules to create .c files from .bmp, one for each subdir:
$(BUILDDIR)/apps/plugins/bitmaps/mono/%.c: $(ROOTDIR)/apps/plugins/bitmaps/mono/%.bmp $(TOOLSDIR)/bmp2rb