diff options
| author | Michael Brown | 2023-07-04 15:55:53 +0200 |
|---|---|---|
| committer | Michael Brown | 2023-07-04 16:03:31 +0200 |
| commit | daa9e54ab8207ea9bae80db16d664d019d590fb2 (patch) | |
| tree | 36d024148a0de524c7ceb372b9e233fc054252b9 | |
| parent | [console] Avoid overlap between special keys and Unicode characters (diff) | |
| download | ipxe-daa9e54ab8207ea9bae80db16d664d019d590fb2.tar.gz ipxe-daa9e54ab8207ea9bae80db16d664d019d590fb2.tar.xz ipxe-daa9e54ab8207ea9bae80db16d664d019d590fb2.zip | |
[build] Silence the "creating blib.a" message
Signed-off-by: Michael Brown <mcb30@ipxe.org>
| -rw-r--r-- | src/Makefile.housekeeping | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index 4a90b3ca4..3b8ee2587 100644 --- a/src/Makefile.housekeeping +++ b/src/Makefile.housekeeping @@ -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 $@ |
