This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: automake -vs- huge projects


>>>>> "Bob" == Bob Friesenhahn <bfriesen@simple.dallas.tx.us> writes:

>> $(CC) -c -o $@ `$(CYGPATH_W) $<`

Bob> An simple (but ugly) approach would be to define $(CYGPATH_W) to
Bob> 'echo' when not compiling under Cygwin.

We already have much worse hacks.  But ideally we'd be reducing the
amount of weird code we generate, trying to streamline compilations as
much as possible (hence the fast-dep stuff).

Bob> It seems to me that perhaps 'CYGPATH_W' is misnamed or the use is
Bob> outdated.

It's entirely possible.  This use probably dates to the original
Cygwin port of automake and most likely has been carried forward
without examination or modification since then.

Tom



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]