Remove $(info) which cannot be silenced by `-MAKEFLAGS '--quiet'` (#5059)
This commit is contained in:
parent
26a5729514
commit
a9664b8d16
|
|
@ -225,7 +225,6 @@ endif
|
||||||
# 1. Extract object files from .a
|
# 1. Extract object files from .a
|
||||||
# 2. Create a new archive from extracted .o and given .o
|
# 2. Create a new archive from extracted .o and given .o
|
||||||
%.a: | %.verilator_deplist.tmp
|
%.a: | %.verilator_deplist.tmp
|
||||||
$(info Archive $(AR) -rcs $@ $^)
|
|
||||||
$(foreach L, $(filter-out %.a,$^), $(shell echo $L >>$@.verilator_deplist.tmp))
|
$(foreach L, $(filter-out %.a,$^), $(shell echo $L >>$@.verilator_deplist.tmp))
|
||||||
@if test $(words $(filter %.a,$^)) -eq 0; then \
|
@if test $(words $(filter %.a,$^)) -eq 0; then \
|
||||||
$(RM) -f $@; \
|
$(RM) -f $@; \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue