From: Stefano Lattarini Date: Thu, 18 Oct 2012 11:36:20 +0000 (+0200) Subject: depcomp: cosmetic fixlets to a comment X-Git-Tag: v1.12b~13^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35ef2ffe421130676ee10361dda09bef4785a194;p=thirdparty%2Fautomake.git 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 --- 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`