automake-patches
[Top][All Lists]
Advanced

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

Re: FYI: doc update for PR/151 and PR/314


From: Alexandre Duret-Lutz
Subject: Re: FYI: doc update for PR/151 and PR/314
Date: Thu, 25 Apr 2002 10:02:08 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu)

>>> "Tom" == Tom Tromey <address@hidden> writes:

 >>>>>> "adl" == Alexandre Duret-Lutz <address@hidden> writes:
 adl> bin_PROGRAMS = hello
 adl> if LINUX
 adl> hello_cond = hello-linux.c
 adl> else
 adl> hello_cond = hello-generic.c
 adl> endif
 adl> hello_SOURCES = hello-common.c $(hello_cond)

 adl> (Something people usually try to solve using +=.)

 Tom> Is there a PR for this?  Using += here seems reasonable and intuitive
 Tom> (and it must be if a lot of people try it).  I'd consider it a bug.

I don't know if there is a PR, but there is condd.test in
XFAIL_TESTS.  condd.test is about SUBDIRS, but it's really the
same issue.
-- 
Alexandre Duret-Lutz




reply via email to

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