automake-patches
[Top][All Lists]
Advanced

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

Re: VAR_SORTED


From: Alexandre Duret-Lutz
Subject: Re: VAR_SORTED
Date: Sun, 06 Jul 2003 20:11:24 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

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

[...]

 Akim> So, OK to install?

Sure!

 Akim> Index: ChangeLog
 Akim> from  Akim Demaille  <address@hidden>

 Akim> * lib/Automake/Variable.pm, lib/Automake/VarDef.pm (VAR_SORTED):
 Akim> New variable type.
 Akim> Handle it.
 Akim> * automake.in (&handle_subdirs): Prototype.
 Akim> Adjust callers.
 Akim> Make RECURSIVE_TARGETS a VAR_SORTED.

[...]

 Akim> -    &handle_subdirs;
 Akim> +    handle_subdirs ();

I think these parentheses are not required.

[...]

 Akim> -=item C<VAR_ASIS>, C<VAR_PRETTY>, C<VAR_SILENT>
 Akim> +=item C<VAR_ASIS>, C<VAR_PRETTY>, C<VAR_SILENT>, C<VAR_SORTED>

 Akim> Possible print styles.  C<VAR_ASIS> variable should be output as-is.
 Akim> C<VAR_PRETTY> variable are wrapped on multiple lines if they cannot
 Akim> -fit on one.  Finally, C<VAR_SILENT> variable are not output at all.
 Akim> +fit on one.  C<VAR_SORTED> variable should be sorted and then handled
 Akim> +as C<VAR_PRETTY> variables. Finally, C<VAR_SILENT> variable are not
 Akim> +output at all.

It's my mistake, but could you s/variable/variables/ this paragraph?

[...]

-- 
Alexandre Duret-Lutz





reply via email to

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