[svn-r2271] Document the changes I made of renaming Makefile target as

reconfigure.
This commit is contained in:
Albert Cheng 2000-05-19 09:34:38 -05:00
parent 45ff8f35b8
commit 7a3ddc546a

View File

@ -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