mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
"make bin/xxx DEBUG=yyy,zzz" now works seemingly perfectly. :)
This commit is contained in:
parent
1cdb68d116
commit
5abc43a320
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user