瀏覽代碼

[build] Include $(BIN)/errors in "make clean"

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 13 年之前
父節點
當前提交
647522793d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/Makefile.housekeeping

+ 1
- 0
src/Makefile.housekeeping 查看文件

@@ -631,6 +631,7 @@ EINFOS		:= $(patsubst $(BIN)/%.o,$(BIN)/%.einfo,$(BOBJS))
631 631
 $(BIN)/errors : $(EINFOS) $(EINFO)
632 632
 	$(QM)$(ECHO) "  [EINFO] $@"
633 633
 	$(Q)$(EINFO) $(EINFOS) | sort > $@
634
+CLEANUP		+= $(BIN)/errors	# Doesn't match the $(BIN)/*.* pattern
634 635
 
635 636
 # Generate the NIC file from the parsed source files.  The NIC file is
636 637
 # only for rom-o-matic.

Loading…
取消
儲存