automake-patches
[Top][All Lists]
Advanced

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

FYI: hide a confusing message (branch only)


From: Alexandre Duret-Lutz
Subject: FYI: hide a confusing message (branch only)
Date: Wed, 17 Jul 2002 19:03:18 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu)

Today, I've heard for the second time about someone thinking
that
`automake: processing Makefiles another time to fix them up.'
was an instruction that he should rerun Automake himself.

Let's enable this message only in --verbose, it's not very
useful anyway.

I'm installing this patch on branch-1-6, it's already on HEAD 
(I changed it in the big patch that added the -W options).

2002-07-17  Alexandre Duret-Lutz  <address@hidden>

        * automake.in (initialize_per_input): Display "processing
        Makefiles another time ..." in verbose mode only.
 
Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1287.2.16
diff -u -r1.1287.2.16 automake.in
--- automake.in 17 Jul 2002 09:54:28 -0000      1.1287.2.16
+++ automake.in 17 Jul 2002 16:56:17 -0000
@@ -1029,7 +1029,7 @@
 {
     if ($automake_has_run)
     {
-       print "$me: processing Makefiles another time to fix them up.\n";
+       verbose "processing Makefiles another time to fix them up.\n";
        &prog_error ("running more than two times should never be needed.")
            if $automake_has_run >= 2;
     }


-- 
Alexandre Duret-Lutz




reply via email to

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