]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
yasm-wrapper: dont echo the yasm command line 10819/head
authorCasey Bodley <cbodley@redhat.com>
Mon, 22 Aug 2016 23:24:35 +0000 (19:24 -0400)
committerCasey Bodley <cbodley@redhat.com>
Mon, 22 Aug 2016 23:31:58 +0000 (19:31 -0400)
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 <cbodley@redhat.com>
src/yasm-wrapper

index 9500d2faa1d89c8e4f6fbbcd15ac33f2c5c35fcc..7720c5cb56c8a5ced822e45e5e06d5b3a8cfa850 100755 (executable)
@@ -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