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 --- uisimulator/common/Makefile | 2 +- uisimulator/sdl/Makefile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'uisimulator') diff --git a/uisimulator/common/Makefile b/uisimulator/common/Makefile index 1024349..aeec7c6 100644 --- a/uisimulator/common/Makefile +++ b/uisimulator/common/Makefile @@ -51,7 +51,7 @@ clean: @$(RM) $(OBJS) *~ core $(DEPFILE) $(OUTFILE) $(OUTFILE): $(OBJS) - @echo "AR+RANLIB $@" + @echo "AR+RANLIB $(notdir $@)" @$(AR) ruv $@ $(OBJS) >/dev/null 2>&1 @$(RANLIB) $@ diff --git a/uisimulator/sdl/Makefile b/uisimulator/sdl/Makefile index 0ebf103..55b94ce 100644 --- a/uisimulator/sdl/Makefile +++ b/uisimulator/sdl/Makefile @@ -49,8 +49,9 @@ all: $(OUTFILE) include $(TOOLSDIR)/make.inc $(OUTFILE): $(OBJS) $(BUILDDIR)/UI256.bmp - @echo "AR $@" + @echo "AR+RANLIB $(notdir $@)" @$(AR) ruv $@ $(OBJS) >/dev/null 2>&1 + @$(RANLIB) $@ clean: @echo "cleaning sim" -- cgit v1.1