david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

"make bin/xxx DEBUG=yyy,zzz" now works seemingly perfectly. :)

This commit is contained in:
Michael Brown 2005-04-18 14:16:13 +00:00
parent 1cdb68d116
commit 5abc43a320
1 changed files with 5 additions and 4 deletions

View File

@ -258,10 +258,11 @@ $(BIN)/%.info :
# changes.
#
BLIB_LIST = $(BIN)/.blib.list
.PHONY : always_check_blib_list
$(BLIB_LIST) : always_check_blib_list
@[ "$(shell cat $@)" = "$(BLIB_OBJS)" ] || echo "$(BLIB_OBJS)" > $@
.SECONDARY : $(BLIB_LIST)
ifneq ($(shell cat $(BLIB_LIST)),$(BLIB_OBJS))
$(shell echo "$(BLIB_OBJS)" > $(BLIB_LIST))
endif
$(BLIB_LIST) :
# Library of all objects
#