From: Casey Bodley Date: Mon, 22 Aug 2016 23:24:35 +0000 (-0400) Subject: yasm-wrapper: dont echo the yasm command line X-Git-Tag: v11.0.1~408^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f7f58a61aa04af48342a5dce6196285454fd2a06;p=ceph.git yasm-wrapper: dont echo the yasm command line commented out the echos because they're noisy. if anyone needs to debug the wrapper in the future, they can uncomment Signed-off-by: Casey Bodley --- diff --git a/src/yasm-wrapper b/src/yasm-wrapper index 9500d2faa1d8..7720c5cb56c8 100755 --- a/src/yasm-wrapper +++ b/src/yasm-wrapper @@ -2,7 +2,7 @@ # libtool and yasm do not get along. # filter out any crap that libtool feeds us that yasm does not understand. -echo $0: got $* +#echo $0: got $* new="" touch="" while [ -n "$*" ]; do @@ -36,7 +36,7 @@ while [ -n "$*" ]; do esac done -echo $0: yasm $new +#echo $0: yasm $new yasm $new [ -n "$touch" ] && touch $touch