summaryrefslogtreecommitdiff
path: root/lib/depcomp
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-10-18 13:36:20 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-11-24 15:52:41 +0100
commit35ef2ffe421130676ee10361dda09bef4785a194 (patch)
treeb9ada09140ed9e34d574aa9ed52ed06bb2869583 /lib/depcomp
parent0c1a92102dc1cf17e32aacde6dc1f21584425711 (diff)
downloadautomake-35ef2ffe421130676ee10361dda09bef4785a194.tar.gz
depcomp: cosmetic fixlets to a comment
* 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 <stefano.lattarini@gmail.com>
Diffstat (limited to 'lib/depcomp')
-rwxr-xr-xlib/depcomp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/depcomp b/lib/depcomp
index af4b18cc4..8fac1585c 100755
--- a/lib/depcomp
+++ b/lib/depcomp
@@ -380,8 +380,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`