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

@ -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

View file

@ -30,8 +30,9 @@ DIRS =
all: $(OUTPUT)
$(OUTPUT): $(OBJS)
@echo "AR $@"
@echo "AR+RANLIB $(notdir $@)"
@$(AR) ruv $@ $+ >/dev/null 2>&1
@$(RANLIB) $@
include $(TOOLSDIR)/make.inc

View file

@ -33,7 +33,7 @@ OUTPUT = $(BUILDDIR)/libcodec.a
all: $(OUTPUT)
$(OUTPUT): $(OBJS)
@echo "AR+RANLIB $@"
@echo "AR+RANLIB $(notdir $@)"
@$(AR) ruv $@ $+ >/dev/null 2>&1
@$(RANLIB) $@

View file

@ -44,8 +44,9 @@ OUTPUT = $(BUILDDIR)/libFLAC.a
all: $(OUTPUT)
$(OUTPUT): $(OBJS)
@echo "AR $@"
@echo "AR+RANLIB $(notdir $@)"
@$(AR) ruv $@ $+ >/dev/null 2>&1
@$(RANLIB) $@
$(OBJDIR)/libFLAC/%.o: $(APPSDIR)/codecs/libFLAC/%.c
@mkdir -p $(OBJDIR)/libFLAC

View file

@ -30,8 +30,9 @@ DIRS =
all: $(OUTPUT)
$(OUTPUT): $(OBJS)
@echo "AR $@"
@echo "AR+RANLIB $(notdir $@)"
@$(AR) ruv $@ $+ >/dev/null 2>&1
@$(RANLIB) $@
include $(TOOLSDIR)/make.inc

View file

@ -30,8 +30,9 @@ DIRS =
all: $(OUTPUT)
$(OUTPUT): $(OBJS)
@echo "AR $@"
@echo "AR+RANLIB $(notdir $@)"
@$(AR) ruv $@ $+ >/dev/null 2>&1
@$(RANLIB) $@
include $(TOOLSDIR)/make.inc

View file

@ -30,8 +30,9 @@ DIRS =
all: $(OUTPUT)
$(OUTPUT): $(OBJS)
@echo "AR $@"
@echo "AR+RANLIB $(notdir $@)"
@$(AR) ruv $@ $+ >/dev/null 2>&1
@$(RANLIB) $@
include $(TOOLSDIR)/make.inc

View file

@ -30,8 +30,9 @@ DIRS =
all: $(OUTPUT)
$(OUTPUT): $(OBJS)
@echo "AR $@"
@echo "AR+RANLIB $(notdir $@)"
@$(AR) ruv $@ $+ >/dev/null 2>&1
@$(RANLIB) $@
include $(TOOLSDIR)/make.inc

View file

@ -30,8 +30,9 @@ DIRS =
all: $(OUTPUT)
$(OUTPUT): $(OBJS)
@echo "AR $@"
@echo "AR+RANLIB $(notdir $@)"
@$(AR) ruv $@ $+ >/dev/null 2>&1
@$(RANLIB) $@
include $(TOOLSDIR)/make.inc

View file

@ -39,8 +39,9 @@ DIRS =
all: $(OUTPUT)
$(OUTPUT): $(OBJS)
@echo "AR $@"
@echo "AR+RANLIB $(notdir $@)"
@$(AR) ruv $@ $+ >/dev/null 2>&1
@$(RANLIB) $@
include $(TOOLSDIR)/make.inc

View file

@ -30,8 +30,9 @@ DIRS =
all: $(OUTPUT)
$(OUTPUT): $(OBJS)
@echo "AR $@"
@echo "AR+RANLIB $(notdir $@)"
@$(AR) ruv $@ $+ >/dev/null 2>&1
@$(RANLIB) $@
include $(TOOLSDIR)/make.inc

View file

@ -30,8 +30,9 @@ DIRS =
all: $(OUTPUT)
$(OUTPUT): $(OBJS)
@echo "AR $@"
@echo "AR+RANLIB $(notdir $@)"
@$(AR) ruv $@ $+ >/dev/null 2>&1
@$(RANLIB) $@
include $(TOOLSDIR)/make.inc