hdf5/tools/h5diff
James Laird 75ea10e5f5 [svn-r11737] Purpose:
Bug fix

Description:
Before this checkin, 'gmake check-s' would fail if there was a file in
the current directory named 'check-s'.
This is fixed under gmake (not sure how to fix for other makes).

Solution:
check, progs, install, etc. are what gmake calls "phony" targets,
which means that no file should be created.  These targets can be
specified by a line of the form
.PHONY: check progs install ...
Automake adds this line for targets it knows about, but HDF5 has a
lot of custom rules.  This checkin adds a .PHONY line for those rules.
I believe that only gmake recognizes the .PHONY line (at least, pmake
doesn't seem to), but a partial solution is better than none.
This error should occur very rarely anyway (the user has to manually
create files with names like 'build-check-s' or '_test').

Platforms tested:
mir, sleipnir, modi4
2005-11-17 13:49:28 -05:00
..
h5diff_common.c [svn-r11445] Purpose: 2005-09-20 13:56:59 -05:00
h5diff_common.h [svn-r11619] Purpose: 2005-10-29 11:10:23 -05:00
h5diff_main.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
Makefile.am [svn-r11319] Purpose: 2005-08-30 18:42:39 -05:00
Makefile.in [svn-r11737] Purpose: 2005-11-17 13:49:28 -05:00
ph5diff_main.c [svn-r11259] Purpose: 2005-08-17 14:21:36 -05:00
testh5diff_attr.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
testh5diff_basic.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
testh5diff_dset.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
testh5diff_main.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
testh5diff_util.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
testh5diff.h [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
testh5diff.sh [svn-r11607] Purpose: 2005-10-26 09:27:11 -05:00
testph5diff.sh [svn-r9956] Purpose: 2005-02-08 00:42:49 -05:00