Re: [PATCH] makefile: hide stderr of curl-config test

2012-11-26 Thread Junio C Hamano
Paul Gortmaker writes: > Currently, if you don't have curl installed, you will get > > $ make distclean 2>&1 | grep curl > /bin/sh: curl-config: not found > /bin/sh: curl-config: not found > /bin/sh: curl-config: not found > /bin/sh: curl-config: not found > /bin/sh: curl-

[PATCH] makefile: hide stderr of curl-config test

2012-11-22 Thread Paul Gortmaker
Currently, if you don't have curl installed, you will get $ make distclean 2>&1 | grep curl /bin/sh: curl-config: not found /bin/sh: curl-config: not found /bin/sh: curl-config: not found /bin/sh: curl-config: not found /bin/sh: curl-config: not found $ The intent is n