From ac11ec5497b3b20b43a08da463d8a4460db8116b Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 15 Sep 2018 16:11:29 -0400 Subject: [PATCH] * doc/make.texi (Remaking Makefiles): [SV 52273] Note MAKE_RESTARTS --- doc/make.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/make.texi b/doc/make.texi index 3beceb04..25a37c00 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -1313,7 +1313,7 @@ Sometimes makefiles can be remade from other files, such as RCS or SCCS files. If a makefile can be remade from other files, you probably want @code{make} to get an up-to-date version of the makefile to read in. -To this end, after reading in all makefiles, @code{make} will consider +To this end, after reading in all makefiles @code{make} will consider each as a goal target and attempt to update it. If a makefile has a rule which says how to update it (found either in that very makefile or in another one) or if an implicit rule applies to it (@pxref{Implicit @@ -1322,7 +1322,8 @@ all makefiles have been checked, if any have actually been changed, @code{make} starts with a clean slate and reads all the makefiles over again. (It will also attempt to update each of them over again, but normally this will not change them again, since they are already up to -date.)@refill +date.) Each restart will cause the special variable +@code{MAKE_RESTARTS} to be updated (@pxref{Special Variables}).@refill If you know that one or more of your makefiles cannot be remade and you want to keep @code{make} from performing an implicit rule search -- 2.47.3