mirror of https://github.com/ipxe/ipxe.git
"make bin/xxx DEBUG=yyy,zzz" now works seemingly perfectly. :)
parent
1cdb68d116
commit
5abc43a320
|
@ -258,10 +258,11 @@ $(BIN)/%.info :
|
||||||
# changes.
|
# changes.
|
||||||
#
|
#
|
||||||
BLIB_LIST = $(BIN)/.blib.list
|
BLIB_LIST = $(BIN)/.blib.list
|
||||||
.PHONY : always_check_blib_list
|
ifneq ($(shell cat $(BLIB_LIST)),$(BLIB_OBJS))
|
||||||
$(BLIB_LIST) : always_check_blib_list
|
$(shell echo "$(BLIB_OBJS)" > $(BLIB_LIST))
|
||||||
@[ "$(shell cat $@)" = "$(BLIB_OBJS)" ] || echo "$(BLIB_OBJS)" > $@
|
endif
|
||||||
.SECONDARY : $(BLIB_LIST)
|
|
||||||
|
$(BLIB_LIST) :
|
||||||
|
|
||||||
# Library of all objects
|
# Library of all objects
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue