mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
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:
parent
76b2efbb43
commit
d1ce4e779e
28 changed files with 55 additions and 41 deletions
|
|
@ -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) $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue