automake-patches
[Top][All Lists]
Advanced

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

Re: [PATCH 4/6] {master} ansi: remove dead code/files for automatic de-A


From: Stefano Lattarini
Subject: Re: [PATCH 4/6] {master} ansi: remove dead code/files for automatic de-ANSI-fication support
Date: Thu, 1 Sep 2011 10:42:25 +0200
User-agent: KMail/1.13.7 (Linux/2.6.30-2-686; KDE/4.6.5; i686; ; )

On Sunday 28 August 2011, Stefano Lattarini wrote:
> * lib/ansi2knr.1, lib/ansi2knr.c: Deleted.
> * lib/Makefile.am (dist_pkgvdata_DATA): Do not list them anymore.
> * lib/am/ansi2knr.am: Delete.
> * lib/am/Makefile.am (dist_am_DATA): Do not list it anymore.
> * lib/Automake/Variable.pm (%_am_macro_for_var): Remove entries for
> `ANSI2KNR' and `U'.
> * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Don't care anymore
> about possible definition of the `$U' variable.
> * automake.in (@common_files): Drop `ansi2knr.1' and `ansi2knr.c'.
> (struct): Remove scalar field `ansi'.
> All callers adjusted.
> (&lang_c_finish, %de_ansi_files): Remove, they're not required
> anymore.
> All callers adjusted.
> ($get_object_extension_was_run): Fix typo in comment.
> (&get_object_extension): Drop code dealing with de-ansification;
> it's basically a no-op now, but is required to properly initialize
> `$get_object_extension_was_run' variable.
> (&handle_languages, &handle_compile, &lang_c_rewrite): Drop code
> dealing with de-ansification.
> ---
>
And consider this improvement to the ChangeLog entry squashed in:

diff --git a/ChangeLog b/ChangeLog
index 1542bc2..74682ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 2011-08-28  Stefano Lattarini  <address@hidden>
 
-       ansi: remove dead code/files for automatic de-ANSI-fication support
+       ansi: remove obsolete code/files for de-ANSI-fication support
        * lib/ansi2knr.1, lib/ansi2knr.c: Deleted.
        * lib/Makefile.am (dist_pkgvdata_DATA): Do not list them anymore.
        * lib/am/ansi2knr.am: Delete.
@@ -17,8 +17,8 @@
        All callers adjusted.
        ($get_object_extension_was_run): Fix typo in comment.
        (&get_object_extension): Drop code dealing with de-ansification;
-       it's basically a no-op now, but is required to properly initialize
-       `$get_object_extension_was_run' variable.
+       this function basically a no-op now, but is required to properly
+       initialize `$get_object_extension_was_run' variable.
        (&handle_languages, &handle_compile, &lang_c_rewrite): Drop code
        dealing with de-ansification.
 


reply via email to

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