automake
[Top][All Lists]
Advanced

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

Re: PR224


From: Tom Tromey
Subject: Re: PR224
Date: 13 Jan 2002 14:02:22 -0700

>>>>> "Robert" == Robert Collins <address@hidden> writes:

Robert> I note that this PR is still open - It was filed as serious
Robert> (and IMO :} it is).

Robert> What chance of this being addressed before 1.5b goes beyond
Robert> testing?

I looked at this PR.  Why do you want this change?

Right now if you write:

    AUTOMAKE_OPTIONS = subdir-objects
    bin_PROGRAMS = wish
    wish_SOURCES = generic/a.c generic/b.c

... you end up with `.deps/generic/a.Po'.
The PR asks for `generic/.deps/a.Po'.

Does it make a difference?

As I recall the reason things are done this way is that it is a little
faster to compute the .Po file name when we don't have to change the
directories.

On the other hand, changing this might let us have `..' path
components.  I don't see that as a very high priority, but I'd welcome
a patch.

Tom



reply via email to

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