At Fri, 11 Nov 2011 07:49:11 -0500, Christoph Hellwig wrote: > > Don't display the compiler command line by default, and let errors stick out > more clearly. If needed make V=1 shows the full command line again. > > Signed-off-by: Christoph Hellwig <hch at lst.de> Applied, thanks! Kazutaka > > Index: sheepdog/configure.ac > =================================================================== > --- sheepdog.orig/configure.ac 2011-11-11 13:35:10.700025068 +0100 > +++ sheepdog/configure.ac 2011-11-11 13:35:31.763358276 +0100 > @@ -36,6 +36,8 @@ AC_CANONICAL_HOST > > AC_LANG([C]) > > +AM_SILENT_RULES([yes]) > + > dnl Fix default variables - "prefix" variable if not specified > if test "$prefix" = "NONE"; then > prefix="/usr" > -- > sheepdog mailing list > sheepdog at lists.wpkg.org > http://lists.wpkg.org/mailman/listinfo/sheepdog |