summaryrefslogtreecommitdiffstats
path: root/Makefile.dist
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r207] TestingRobb Matzke1998-01-301-1/+1
|
* [svn-r206] TestingRobb Matzke1998-01-301-1/+1
|
* [svn-r205] Changes since 19980130Robb Matzke1998-01-301-4/+4
| | | | | | | | | | | | | | | | | | | | ---------------------- ./INSTALL ./Makefile.dist ./Makefile.in ./config/conclude.in Some stupid make's don't know what PHONY means. I added changed config to _config in the default makefile and added _test to the other makefiles. ./src/H5Psim.c A `file_offset' argument got changed to `int' accidently that causes tests to fail on 64-bit machines. I changed it back to size_t. ./src/H5T.c Changed a couple printf formats.
* [svn-r196] Changes since 19980128Robb Matzke1998-01-291-0/+24
---------------------- ./MANIFEST Added new files. ./bin/Makefile.dist [NEW] This file becomes the default top-level Makefile which invokes configure with no arguments and then re-runs make. It's for those people that don't read the INSTALL file. ./bin/release [NEW] Build HDF release tarballs. Arguments are a list of tarball types and are: tar, compress, gzip, or bzip2. The default is gzip. If the only argument is `all' then all types of tarballs are created. The results are put in the `releases' directory. Make sure you keep MANIFEST up to date. This program requires perl-5.003 or better. ./src/H5AC.c Fixed a printf format.