mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r2271] Document the changes I made of renaming Makefile target as
reconfigure.
This commit is contained in:
parent
45ff8f35b8
commit
7a3ddc546a
@ -105,6 +105,11 @@ all:
|
|||||||
## a version of make that doesn't treat the makefile as the initial target
|
## 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
|
## the user may want to occassionally type `make Makefile' in any source
|
||||||
## directory.
|
## 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
|
STAMP1=$(top_builddir)/config/stamp1
|
||||||
STAMP2=$(top_builddir)/config/stamp2
|
STAMP2=$(top_builddir)/config/stamp2
|
||||||
|
Loading…
Reference in New Issue
Block a user