Procházet zdrojové kódy

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown před 14 roky
rodič
revize
647522793d
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      src/Makefile.housekeeping

+ 1
- 0
src/Makefile.housekeeping Zobrazit soubor

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.

Načítá se…
Zrušit
Uložit