mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-12 14:42:31 -05:00
Silence warning from 'ar' if the archive had to be created.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20151 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
76be948199
commit
6421f94c0d
19 changed files with 20 additions and 20 deletions
|
|
@ -15,7 +15,7 @@ OTHER_SRC += $(M4ALIB_SRC)
|
|||
|
||||
$(M4ALIB): $(M4ALIB_OBJ)
|
||||
$(SILENT)$(shell rm -f $@)
|
||||
$(call PRINTS,AR $(@F))$(AR) rs $@ $^ >/dev/null
|
||||
$(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null
|
||||
|
||||
M4AFLAGS = $(filter-out -O%,$(CODECFLAGS))
|
||||
M4AFLAGS += -O3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue