From: Stefano Lattarini Date: Sat, 12 Jan 2013 16:53:17 +0000 (+0100) Subject: ywrap: remove an obsolete FIXME comment X-Git-Tag: v1.13b~101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0dee02df98e29cc6a2d43ba60d6a2b93e715bfc4;p=platform%2Fupstream%2Fautomake.git ywrap: remove an obsolete FIXME comment If it were still relevant, somebody would have complained by now. Signed-off-by: Stefano Lattarini --- diff --git a/lib/ylwrap b/lib/ylwrap index 13b6a23..8f072a8 100755 --- a/lib/ylwrap +++ b/lib/ylwrap @@ -161,8 +161,6 @@ case $prog in *[\\/]*) prog=`pwd`/$prog ;; esac -# FIXME: add hostname here for parallel makes that run commands on -# other machines. But that might take us over the 14-char limit. dirname=ylwrap$$ do_exit="cd '`pwd`' && rm -rf $dirname > /dev/null 2>&1;"' (exit $ret); exit $ret' trap "ret=129; $do_exit" 1