[build] Silence the "creating blib.a" message

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/989/head
Michael Brown 2023-07-04 14:55:53 +01:00
parent 3ef4f7e2ef
commit daa9e54ab8
1 changed files with 1 additions and 1 deletions

View File

@ -1178,7 +1178,7 @@ BLIB = $(BIN)/blib.a
$(BLIB) : $(BLIB_OBJS) $(BLIB_LIST) $(MAKEDEPS) $(BLIB) : $(BLIB_OBJS) $(BLIB_LIST) $(MAKEDEPS)
$(Q)$(RM) $(BLIB) $(Q)$(RM) $(BLIB)
$(QM)$(ECHO) " [AR] $@" $(QM)$(ECHO) " [AR] $@"
$(Q)$(AR) rD $@ $(sort $(BLIB_OBJS)) $(Q)$(AR) rcD $@ $(sort $(BLIB_OBJS))
$(Q)$(OBJCOPY) --enable-deterministic-archives \ $(Q)$(OBJCOPY) --enable-deterministic-archives \
--prefix-symbols=$(SYMBOL_PREFIX) $@ --prefix-symbols=$(SYMBOL_PREFIX) $@
$(Q)$(RANLIB) -D $@ $(Q)$(RANLIB) -D $@