At Sun, 20 May 2012 23:39:26 +0800, Liu Yuan wrote: > > From: Liu Yuan <tailai.ly at taobao.com> > > UPDATE: > - use 'rm -f' as Kazutaka suggests > -------------------- 8< ------------------ > > This patch fixes the following err for 'make clean': > > ... > find -name '*.orig' -or -name '*.rej' | xargs rm > rm: missing operand > Try `rm --help' for more information. > make[1]: *** [clean-generic] Error 123 > > Signed-off-by: Liu Yuan <tailai.ly at taobao.com> > --- > Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks! When you add the comment which shouldn't be added to the commmit log, pleese put them below '---' next time so that git-am can remove them. Thanks, Kazutaka |