automake
[Top][All Lists]
Advanced

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

Re: My current work and a silly idea


From: Tom Tromey
Subject: Re: My current work and a silly idea
Date: 31 Dec 2001 19:49:45 -0700

>>>>> "Akim" == akim  <address@hidden> writes:

[ Reply to some old email ... ]

Akim> Why do we 
Akim> if FOO
Akim> FOO = foo
Akim> endif
Akim> =>
Akim> @address@hidden = foo
Akim> instead of
Akim> $(FOO_TRUE)FOO = foo
Akim> and leave a plain AC_SUBST definition of FOO_TRUE?  That way,
Akim> real hard core checkers could play *dynamically* with
Akim> conditions.  But I guess there are some Makes out there which
Akim> don't like this. Are there?

It never occurred to me that we could do this.
I tried this:

    MM = #

    foo:
    $(MM)       @echo hi

GNU make 3.79 gives me a `missing separator' error for this.

Tom



reply via email to

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