mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
75ea10e5f5
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 |
||
---|---|---|
.. | ||
site-specific | ||
BlankForm | ||
commence.am | ||
conclude.am | ||
dec-flags | ||
dec-osf4.x | ||
dec-osf5.x | ||
freebsd | ||
gnu-fflags | ||
gnu-flags | ||
hpux9.03 | ||
hpux10.20 | ||
hpux11.00 | ||
i386-pc-cygwin32 | ||
i686-pc-cygwin | ||
ia64-linux-gnu | ||
intel-fflags | ||
intel-flags | ||
intel-osf1 | ||
irix5.x | ||
irix6.x | ||
linux-gnu | ||
linux-gnuaout | ||
linux-gnulibc1 | ||
linux-gnulibc2 | ||
lt_vers.am | ||
Makefile.am.blank | ||
mpich | ||
nec-superux14.1 | ||
nv1-cray | ||
pgi-fflags | ||
pgi-flags | ||
powerpc-apple | ||
powerpc-ibm-aix4.x | ||
powerpc-ibm-aix5.x | ||
rs6000-ibm-aix4.x | ||
solaris2.x | ||
sv1-cray | ||
unicos | ||
unicos10.0.X | ||
unicosmk | ||
unicosmk2.0.5.X | ||
unicosmk2.0.6.X | ||
unicosmk2.0.X | ||
x86_64-redstorm |