From d1ce4e779ee8e5aef34da33ca26968cc9da10c3f Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 23 Oct 2006 22:33:39 +0000 Subject: 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 --- apps/codecs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/codecs/Makefile') diff --git a/apps/codecs/Makefile b/apps/codecs/Makefile index 76c8ce3..cd0677a 100644 --- a/apps/codecs/Makefile +++ b/apps/codecs/Makefile @@ -95,7 +95,7 @@ ifeq ($(SIMVER), sdl) # This is the SDL simulator version $(OBJDIR)/%.codec : $(OBJDIR)/%.o $(BUILDDIR)/libcodec.a $(OUTPUT) - @echo "LD $(notdir $@) $^" + @echo "LD $(notdir $@)" $(SILENT)$(CC) $(CFLAGS) $(SHARED_FLAG) $< -L$(BUILDDIR) $(CODECLIBS) -lcodec -o $@ ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN) # 'x' must be kept or you'll have "Win32 error 5" @@ -137,7 +137,7 @@ $(BUILDDIR)/libcodec.a: $(SILENT)$(MAKE) -C lib OBJDIR=$(OBJDIR)/lib $(LINKCODEC): $(LDS) - @echo "build $@" + @echo "build $(notdir $@)" $(SILENT)cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) -DCODEC $(INCLUDES) $(TARGET) $(DEFINES) -E -P - >$@ $(BUILDDIR)/libmad.a: libmad -- cgit v1.1