瀏覽代碼

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 14 年之前
父節點
當前提交
647522793d
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/Makefile.housekeeping

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

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

Loading…
取消
儲存