diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-05-19 14:34:38 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-05-19 14:34:38 (GMT) |
commit | 7a3ddc546ab1475e801110de9b027d3b6871632e (patch) | |
tree | 03569a472b9d0041b52c91f6058e2416c3072a21 /config/commence.in | |
parent | 45ff8f35b8a5c40ac9e909a1d4cb221b6710e544 (diff) | |
download | hdf5-7a3ddc546ab1475e801110de9b027d3b6871632e.zip hdf5-7a3ddc546ab1475e801110de9b027d3b6871632e.tar.gz hdf5-7a3ddc546ab1475e801110de9b027d3b6871632e.tar.bz2 |
[svn-r2271] Document the changes I made of renaming Makefile target as
reconfigure.
Diffstat (limited to 'config/commence.in')
-rw-r--r-- | config/commence.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/commence.in b/config/commence.in index 3a43cb8..1c66757 100644 --- a/config/commence.in +++ b/config/commence.in @@ -105,6 +105,11 @@ all: ## a version of make that doesn't treat the makefile as the initial target ## the user may want to occassionally type `make Makefile' in any source ## directory. +## The `Makefile' target has been renamed to `reconfigure' so that the +## autoconf and make depend processes do not start up automatically. +## One must do `make reconfigure' explicitedly to start the process. +## (When srcdir is used and if more than one machines are running, +## this automatic Makefile/autoconf can get things unstable.) ## STAMP1=$(top_builddir)/config/stamp1 STAMP2=$(top_builddir)/config/stamp2 |