Remove $(info) which cannot be silenced by -MAKEFLAGS '--quiet' (#5059)

This commit is contained in:
Gökçe Aydos 2024-04-20 15:48:16 +02:00 committed by GitHub
parent 26a5729514
commit a9664b8d16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -225,7 +225,6 @@ endif
# 1. Extract object files from .a
# 2. Create a new archive from extracted .o and given .o
%.a: | %.verilator_deplist.tmp
$(info Archive $(AR) -rcs $@ $^)
$(foreach L, $(filter-out %.a,$^), $(shell echo $L >>$@.verilator_deplist.tmp))
@if test $(words $(filter %.a,$^)) -eq 0; then \
$(RM) -f $@; \