diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-07-07 04:52:45 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-07-07 04:52:45 (GMT) |
commit | f68a2e6db773f31157cdf500a6509fa5249b9cff (patch) | |
tree | ff6ccc3b41cc6dc42b770af294d4764b585a459f /MANIFEST | |
parent | 3781d2ed5af7a38b738246e94def670e9cd971cb (diff) | |
download | hdf5-f68a2e6db773f31157cdf500a6509fa5249b9cff.zip hdf5-f68a2e6db773f31157cdf500a6509fa5249b9cff.tar.gz hdf5-f68a2e6db773f31157cdf500a6509fa5249b9cff.tar.bz2 |
[svn-r11034] Purpose:
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.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ a------------------------------------------------------------------------------ ./bin/missing ./bin/mkdirs ./bin/mkinstalldirs +./bin/newer ./bin/reconfigure _DO_NOT_DISTRIBUTE_ ./bin/release ./bin/runtest _DO_NOT_DISTRIBUTE_ |