]> sourceware.org Git - automake.git/commitdiff
"installing" fixlet
authorTom Tromey <tromey@redhat.com>
Mon, 23 Jun 1997 01:40:15 +0000 (01:40 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 23 Jun 1997 01:40:15 +0000 (01:40 +0000)
ChangeLog
automake.in

index 65cbca158961af927a847296691dacc2b63d948c..dd4245a261b3a857cfe381f60542666376a49355 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Sun Jun 22 14:01:59 1997  Tom Tromey  <tromey@cygnus.com>
 
+       * automake.in (require_file_internal): Only print "installing"
+       when actually installing.  From Gord Matzigkeit.
+
        * automake.in (handle_tests): Exit status `77' means `ignore
        test'.  From François Pinard.
        (handle_tests) Also, make banner same size as text.
index 7ef4c8948478d6d5d8a70a91610dcdafa3cb7903..2527a051ab1b1352255371fa337fe308e44ecda6 100755 (executable)
@@ -5773,7 +5773,6 @@ sub require_file_internal
                # strictness level.
                if ($add_missing)
                {
-                   $trailer = "; installing";
                    $suppress = 1;
 
                    # Maybe run libtoolize.
@@ -5781,6 +5780,7 @@ sub require_file_internal
                        && grep ($_ eq $file, @libtoolize_files)
                        && system ('libtoolize', '--automake'))
                    {
+                       $trailer = "; installing";
                        $suppress = 0;
                        $trailer .= "; cannot run \`libtoolize': $!";
                    }
@@ -5789,6 +5789,7 @@ sub require_file_internal
                        # Install the missing file.  Symlink if we
                        # can, copy if we must.  Note: delete the file
                        # first, in case it is a dangling symlink.
+                       $trailer = "; installing";
                        unlink ($errfile);
                        if ($symlink_exists)
                        {
This page took 0.045794 seconds and 5 git commands to generate.