[xmlsec] ABS_%DIR vs abs_%dir
Roumen Petrov
xmlsec at roumenpetrov.info
Mon Oct 26 14:16:20 PST 2009
Aleksey Sanin wrote:
> Hi Roumen,
>
> Let me ask a question about the problem you are trying to solve.
> As far as I can understand, the issue is that one can't run
> tests when build != src dir. Correct?
yes
> I feel that the proposed change is too big for this problem.
> Do you think it would be possible to minimize the changes and
> fix just that problem?
No, as replacement of $(ABS_BUILDDIR) with:
1) $$ABS_BUILDDIR, not tested but I expect to work
2) $(abs_top_builddir)
3) $(abs_builddir)
also $(ABS_SRCDIR) with ... will produce same number of changed lines in
makefile for checkXXXX targets.
Roumen
More information about the xmlsec
mailing list