hdf5/tools/misc
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
..
h5cc.in [svn-r9727] Purpose: 2004-12-29 09:26:20 -05:00
h5debug.c [svn-r11712] Purpose: 2005-11-14 21:55:39 -05:00
h5redeploy.in [svn-r7816] Purpose: 2003-11-04 13:10:59 -05:00
h5repart_gentest.c [svn-r11404] Purpose: Maintenance 2005-09-12 22:21:00 -05:00
h5repart.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5stat.c [svn-r11619] Purpose: 2005-10-29 11:10:23 -05:00
Makefile.am [svn-r11602] Purpose: 2005-10-24 14:31:06 -05:00
Makefile.in [svn-r11737] Purpose: 2005-11-17 13:49:28 -05:00
repart_test.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
testh5repart.sh.in [svn-r10971] Purpose: Bug fix 2005-06-22 13:59:48 -05:00