mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
f68a2e6db7
bug fix. Description: -nt is not a universal option for the test command in all platforms. The use of it in conclude.am cause some platforms to bark at the Makefile generated. Solution: Created a command script bin/newer which tests if file1 is newer than file2. Replace the "test file1 -nt file2" by "newer file1 file2". Platforms tested: Tested in sol. |
||
---|---|---|
.. | ||
h5diff_common.c | ||
h5diff_common.h | ||
h5diff_main.c | ||
Makefile.am | ||
Makefile.in | ||
ph5diff_main.c | ||
testh5diff_attr.c | ||
testh5diff_basic.c | ||
testh5diff_dset.c | ||
testh5diff_main.c | ||
testh5diff_util.c | ||
testh5diff.h | ||
testh5diff.sh | ||
testph5diff.sh |