1
0
Fork 0
forked from len0rd/rockbox

Consistent style of 'make' messages. Always use ranlib after ar.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11322 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2006-10-23 22:33:39 +00:00
parent 76b2efbb43
commit d1ce4e779e
28 changed files with 55 additions and 41 deletions

View file

@ -152,7 +152,7 @@ $(BUILDDIR)/libplugin.a:
$(SILENT)$(MAKE) -C lib OBJDIR=$(OBJDIR)/lib
$(LINKFILE): $(LDS)
@echo "build $@"
@echo "build $(notdir $@)"
$(SILENT)cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P - >$@
$(SUBDIRS): $(BITMAPLIBS)