Some new arguments, and behave (return success) when the touch target isn't
specified.
Signed-off-by: Sage Weil <sage@inktank.com>
new="-f $1"
shift
;;
- -g | -f* | -W* | -MD | -MP | -fPIC | -c | -D* | --param* | -O* | -I* )
+ -g* | -f* | -W* | -MD | -MP | -fPIC | -c | -D* | --param* | -O* | -I* | -m* | -pipe )
shift
;;
-MT )
esac
done
-echo yasm $new
+echo $0: yasm $new
yasm $new
[ -n "$touch" ] && touch $touch
+
+true
\ No newline at end of file