From: Jakub Kruszona-Z. <ac...@mo...> - 2015-09-08 10:36:16
|
> On 08 Sep 2015, at 12:00, pen...@ic... wrote: > > hi all: > > When I compiling mfs-1.6.27.5 the terminal display is > <Catch.jpg> > but compiling moosefs-2.0.72 the terminal display > <Catch3397.jpg> > the compiler output is much clean than compile mfs-1.6.27.5. > How did that? It’s been done by adding "AM_SILENT_RULES([yes])" to ‘configure.ac’. You can also force using silent-rules in mfs-1.6.27-5 by: running ./configure --enable-silent-rules or running make V=0 You can read more about this in this article: https://autotools.io/automake/silent.html regards, Jakub Kruszona-Zawadzki. |