Re: Makefile template target is not "up to date" when it has been performed

2016-08-22 Thread Paul Smith
On Mon, 2016-08-22 at 06:33 -0700, Larry Wilson Sr wrote: > I have the following: > > In a generic template (Makefile.rules.mak): > > BUILDPATHBASHLIBSCRIPTS = $(addprefix $(BUILDPATHDIR)/, $(BASHLIBSCRIPTS)) > > $(BUILDPATHBASHLIBSCRIPTS): $(BUILDPATHDIR)/%: % > if test $< -nt $@; then

Makefile template target is not "up to date" when it has been performed

2016-08-22 Thread Larry Wilson Sr
he second issue but why are the targets not up to date once the BUILDPATHDIR/revisionopssingleton.sh has been created? Any insight is appreciated ... -- View this message in context: http://gnu-make.2324884.n4.nabble.com/Makefile-template-target-is-not-up-to-date-when-it-has-been-perfo

Re: Makefile template target is not "up to date" when it has been performed

2016-08-22 Thread Larry Wilson Sr
oops, the above assignment is typed wrong (in this message not the makefile itself :) ... BASHLIBSCRIPTS = revisionopssingleton.sh -- View this message in context: http://gnu-make.2324884.n4.nabble.com/Makefile-template-target-is-not-up-to-date-when-it-has-been-performed-tp17309p17310.html