1
1
openmpi/ompi/mca
Jeff Squyres ab00aea1ff Per http://www.open-mpi.org/community/lists/devel/2009/10/7025.php,
use the new Automake "silent rules" if available.

If you are using an Automake prior to v1.11, you won't see the new 
silent rules -- it will automatically default back to the "verbose" 
rules.

Note, too, that even with these changes, you can enable the verbose 
"make all" output in one of two ways:

1. Add "V=1" to your "make" command line

{{{
shell$ make all V=1
}}}

2. Add "--disable-silent-rules" to your "configure" command line:

{{{
shell$ ./configure --disable-silent-rules ...
}}}

The one down side of using the silent rules by default is that we'll 
get less diagnostic information when users send their build logs.  I 
think we should update the web page to request that users send build 
logs of "make V=1", but I'm guessing that not everyone will do it.

Note that I did ''not'' silent-ize the libltdl build (which is a dozen
or so files in the beginning of the build) because we wholly import
libltdl at autogen time.  I therefore didn't want to patch libltdl
(further) after importing it a) to remain as forward- compatible as
possible, and b) patching the imported libltdl build system might be
tricky in terms of timestamps / dependencies.  So those dozen-or-so
files will still be "verbose", but the rest of the files in OMPI will
be "silent".

This commit was SVN r22189.
2009-11-04 02:07:02 +00:00
..
allocator - Replace combinations of 2009-08-20 11:42:18 +00:00
bml This typo lived way too long ... 2009-08-21 15:23:11 +00:00
btl In sm_btl_first_time_init(), when we figure the size of the shared 2009-10-29 23:06:32 +00:00
coll If the user asked for dynamic rules but "forget" to provide them, nicely 2009-10-19 17:58:47 +00:00
common - Patch r22148 overwrites the already defined LDFLAGS, losing e.g. -L... 2009-10-28 14:25:10 +00:00
crcp - Replace combinations of 2009-08-20 11:42:18 +00:00
dpm so here is what happens: 2009-09-17 14:37:02 +00:00
io Per http://www.open-mpi.org/community/lists/devel/2009/10/7025.php, 2009-11-04 02:07:02 +00:00
mpool Since r21967 converted the mpool sm module into a real module, it broke some of the C/R logic in the ft_event funciton (actually it wouldn't build after that patch). 2009-09-17 14:45:17 +00:00
mtl - Replace combinations of 2009-08-20 11:42:18 +00:00
op Update Cisco copyrights for consistency 2009-10-07 22:02:32 +00:00
osc Update related .windows files with proper compiling properties, in order to have a successful DSO build. 2009-08-12 08:55:58 +00:00
pml Fix gcc 4.3 warning berserk about non-literal string format. 2009-10-27 20:45:02 +00:00
pubsub Update related .windows files with proper compiling properties, in order to have a successful DSO build. 2009-08-12 08:55:58 +00:00
rcache - Replace combinations of 2009-08-20 11:42:18 +00:00
topo - Replace combinations of 2009-08-20 11:42:18 +00:00