mirror of https://github.com/ipxe/ipxe.git
[build] Silence the "creating blib.a" message
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/989/head
parent
3ef4f7e2ef
commit
daa9e54ab8
|
@ -1178,7 +1178,7 @@ BLIB = $(BIN)/blib.a
|
|||
$(BLIB) : $(BLIB_OBJS) $(BLIB_LIST) $(MAKEDEPS)
|
||||
$(Q)$(RM) $(BLIB)
|
||||
$(QM)$(ECHO) " [AR] $@"
|
||||
$(Q)$(AR) rD $@ $(sort $(BLIB_OBJS))
|
||||
$(Q)$(AR) rcD $@ $(sort $(BLIB_OBJS))
|
||||
$(Q)$(OBJCOPY) --enable-deterministic-archives \
|
||||
--prefix-symbols=$(SYMBOL_PREFIX) $@
|
||||
$(Q)$(RANLIB) -D $@
|
||||
|
|
Loading…
Reference in New Issue