From 35ef2ffe421130676ee10361dda09bef4785a194 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 18 Oct 2012 13:36:20 +0200 Subject: [PATCH] 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 --- lib/depcomp | 4 ++-- 1 file 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` -- 2.47.2