Martin Sebor wrote:
Anton Pevtsov wrote:
[...]
2. The GNUmakefile.bin doesn't work in the svn version. Any target from
this make file couldn't be achieved. The problem is in the dependency
files generation: there is no rule to generate them in the
makefile.rules file. But there is one in the snapshot version (line
198): $(DEPENDDIR)/%.d : %.cpp $(makedep). Also, the dependency files
(with suffix ".d") are not generated neither for library nor for
examples in the svn version (in the snapshot version they are
generated), but this doesn't result in errors. The question is: should
the dependency files be generated at all and, if not, how the
GNUmakefile.bin should operate without them?
They should be generated. I noticed this in my builds as well but
haven't investigated it yet. This is also a regression that I need
to look into.
This is now fixed -- see
http://svn.apache.org/viewcvs?rev=326254&view=rev
Martin