mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 15:31:42 +03:00
"make bin/xxx DEBUG=yyy,zzz" now works seemingly perfectly. :)
This commit is contained in:
@@ -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
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user