mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-01 16:28:09 +08:00
[svn-r10104] Purpose:
Bug fix Description: h5vers would spit out the output that reconfigure script produced. Solution: Sent output from reconfigure to /dev/null. h5vers is now quiet as before. Platforms tested: verbena, eirene, heping
This commit is contained in:
parent
51d7ba738f
commit
08df46ab55
@ -292,9 +292,9 @@ sub gen_configure {
|
||||
$conf =~ /^(.*?)\/?configure.in$/;
|
||||
|
||||
if ($1) {
|
||||
system("cd $1 && bin/reconfigure && rm -rf autom4te.cache");
|
||||
system("cd $1 && bin/reconfigure >/dev/null 2>/dev/null && rm -rf autom4te.cache");
|
||||
} else {
|
||||
system("bin/reconfigure && rm -rf autom4te.cache");
|
||||
system("bin/reconfigure >/dev/null 2>/dev/null && rm -rf autom4te.cache");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user