mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
3f0a35a4ea
Bug fix Description: pmake (on modi4, for instance) complains about undefined variables if it is run without the -V flag, which turns those errors to warnings. Solution: Added test to configure.in to see if $MAKE will allow Makefiles with undefined variables. If not, sets -V flag in AM_MAKEFLAGS. Ensured that all custom make targets use AM_MAKEFLAGS. Also defined all variables that caused errors in top-level Makefile.am. This means that pmake can be used to build hdf5 *from the top level only*. To run make from a subdirectory, still need to use -V flag (or use make or gmake). Platforms tested: modi4, heping, copper, sleipnir |
||
---|---|---|
.. | ||
site-specific | ||
BlankForm | ||
commence-doc.am | ||
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 | ||
Makefile.am.blank | ||
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 |