mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
[build] Include $(BIN)/errors in "make clean"
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -631,6 +631,7 @@ EINFOS := $(patsubst $(BIN)/%.o,$(BIN)/%.einfo,$(BOBJS))
|
|||||||
$(BIN)/errors : $(EINFOS) $(EINFO)
|
$(BIN)/errors : $(EINFOS) $(EINFO)
|
||||||
$(QM)$(ECHO) " [EINFO] $@"
|
$(QM)$(ECHO) " [EINFO] $@"
|
||||||
$(Q)$(EINFO) $(EINFOS) | sort > $@
|
$(Q)$(EINFO) $(EINFOS) | sort > $@
|
||||||
|
CLEANUP += $(BIN)/errors # Doesn't match the $(BIN)/*.* pattern
|
||||||
|
|
||||||
# Generate the NIC file from the parsed source files. The NIC file is
|
# Generate the NIC file from the parsed source files. The NIC file is
|
||||||
# only for rom-o-matic.
|
# only for rom-o-matic.
|
||||||
|
|||||||
Reference in New Issue
Block a user