help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Request for review of failing makefile


From: Bart Robinson
Subject: Re: Request for review of failing makefile
Date: Thu, 17 Dec 2009 22:24:34 -0800

2009/12/17 Maxim Yegorushkin <address@hidden>:
> $(ARCHIVES_R) : $(STATIC_LIBS)
>       address@hidden "updated $@"
>
> Although this won't solve the problem since now make considers that 
> $(ARCHIVES_R)
> is always gets rebuild, triggering relinking $(OBJDIR_R)/$(EXEFILE) all the 
> time.

Don't sell yourself short, I think your suggestion of adding empty
commands is correct :-)

Since there are commands, make will reconsider the timestamp of
$(ARCHIVES_R), but they will not force it to be considered out of
date, so there shouldn't be any spurious relinking.

-- bart




reply via email to

[Prev in Thread] Current Thread [Next in Thread]