automake-patches
[Top][All Lists]
Advanced

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

[RFC 06/20] depcomp: cosmetic fixlets to a comment


From: Stefano Lattarini
Subject: [RFC 06/20] depcomp: cosmetic fixlets to a comment
Date: Thu, 18 Oct 2012 22:40:40 +0200

* lib/depcomp (pgcc): Here, as that's unportable according to the
autoconf manual.  In fact, there's no need to re-trap the signals
just before exiting, since at that point a signal would cause at
most a useless but harmless attempt to remove the

Signed-off-by: Stefano Lattarini <address@hidden>
---
 lib/depcomp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/depcomp b/lib/depcomp
index 2f0c6c5..e651d86 100755
--- a/lib/depcomp
+++ b/lib/depcomp
@@ -373,8 +373,8 @@ pgcc)
       rmdir "$lockdir"
       break
     else
-      ## the lock is being held by a different process,
-      ## wait until the winning process is done or we timeout
+      ## If the lock is being held by a different process, wait
+      ## until the winning process is done or we timeout.
       while test -d "$lockdir" && test $i -gt 0; do
         sleep 1
         i=`expr $i - 1`
-- 
1.8.0.rc2.11.gd25c58c




reply via email to

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