diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-10-23 22:33:39 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-10-23 22:33:39 +0000 |
| commit | d1ce4e779ee8e5aef34da33ca26968cc9da10c3f (patch) | |
| tree | 71b798a99632c8836ad7c09278bc8fd841f98949 /apps/plugins/Makefile | |
| parent | 76b2efbb433258097e23e0a35b09a5f5aa4d2e42 (diff) | |
| download | rockbox-d1ce4e779ee8e5aef34da33ca26968cc9da10c3f.zip rockbox-d1ce4e779ee8e5aef34da33ca26968cc9da10c3f.tar.gz rockbox-d1ce4e779ee8e5aef34da33ca26968cc9da10c3f.tar.bz2 rockbox-d1ce4e779ee8e5aef34da33ca26968cc9da10c3f.tar.xz | |
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
Diffstat (limited to 'apps/plugins/Makefile')
| -rw-r--r-- | apps/plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile index c3f718c..a35bcf7 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -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) |