mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
e6d56939f3
Cleaned up the code a bit by: 1. It used to that -xxx options must be at the beginning such that "buildhdf5 --disable-shared -config" was an error. Now -xxx options can appear anywhere in the command options. 2. Eliminate the need of variables $CONFIG_CXX, $CONFIG_FORTRAN, $CONFIG_PARALLEL by appending their values to $CONFIG_OP directly. 3. Also append $WITH_SZLIB to $CONFIG_OP when it is defined, not later. 4. Call CONFIG directly instead of setting up $CONFIGURE. 5. Removed the last TIMESTAMP since "trap 0" will call QUIT which calls TIMESTAMP already. This eliminated the extra timestamp when it finishes normal. tested: Tested by hand since h5committest does not really test this command. |
||
---|---|---|
.. | ||
buildhdf5 | ||
checkapi | ||
checkposix | ||
chkconfigure | ||
chkcopyright | ||
chkmanifest | ||
compile | ||
config_para_ibm_sp.sh | ||
config.guess | ||
config.sub | ||
COPYING | ||
debug-ohdr | ||
depcomp | ||
dependencies | ||
deploy | ||
distdep | ||
errors | ||
gcov_script | ||
h5vers | ||
install-sh | ||
iostats | ||
locate_sw | ||
ltmain.sh | ||
make_err | ||
make_overflow | ||
make_vers | ||
makehelp | ||
missing | ||
mkdirs | ||
mkinstalldirs | ||
newer | ||
README | ||
reconfigure | ||
release | ||
runtest | ||
snapshot | ||
snapshot_version | ||
timekeeper | ||
trace | ||
yodconfigure |
The daily tests run copies of some of the scripts in this directory from another repository, notably snapshot and runtest. The copies in this directory should work, but are not used in daily tests, though they should be tested occasionally.