automake
[Top][All Lists]
Advanced

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

Re: 15-variable-define.patch


From: Tom Tromey
Subject: Re: 15-variable-define.patch
Date: 08 Mar 2001 23:35:44 -0700

Akim>   * automake.in (&variable_define, &read_am_file): More work for the
Akim>   former from the latter.  Reorganize the latter.

This depends on 14, which isn't ready yet.
But it is ok once 14 is ready.

Akim> +    # FIXME: I don't understand what's so special wrt `:', nor
Akim> +    # why we forget the `+' nature of a var.
Akim> +    $def_type{$var} = ($type eq ':') ? ':' : '';
Akim> +    push (@var_list, $var);

The `:' is to support `:=' assignments.
We forget the `+' because `+=' is expanded by automake and not written
to Makefile.in.

Tom



reply via email to

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