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

pull/1/head
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. # 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
# #