summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-02-26 04:34:35 +0000
committerRoland McGrath <roland@redhat.com>1992-02-26 04:34:35 +0000
commitedbca2344d24eda0bcf3c29a44c455879e558dfe (patch)
treed240d1b2f4eaa8b0573808bb9091d68988dab41d
parent794fb5ac89ecceddef77fca393df7105142a61d4 (diff)
downloadgunmake-edbca2344d24eda0bcf3c29a44c455879e558dfe.tar.gz
Formerly make.texinfo.~14~
-rw-r--r--make.texinfo15
1 files changed, 7 insertions, 8 deletions
diff --git a/make.texinfo b/make.texinfo
index 81d3254..cdfb8ab 100644
--- a/make.texinfo
+++ b/make.texinfo
@@ -5141,14 +5141,13 @@ create it.@refill
Intermediate files are remade using their rules just like all other
files. The difference is that the intermediate file is deleted when
-@code{make} is finished. Therefore, the intermediate file which did
-not exist before @code{make} also does not exist after @code{make}.
-The deletion is reported to you by printing a @samp{rm -f} command
-that shows what @code{make} is doing. (You can optionally define an
-implicit rule so as to preserve certain intermediate files. You can also
-list the target pattern of an implicit rule (such as @samp{%.o}) as a
-dependency file of the special target @code{.PRECIOUS} to preserve intermediate
-files whose target patterns match that file's name.)@refill
+@code{make} is finished. Therefore, the intermediate file which did not
+exist before @code{make} also does not exist after @code{make}. The
+deletion is reported to you by printing a @samp{rm -f} command that
+shows what @code{make} is doing. (You can list the target pattern of an
+implicit rule (such as @samp{%.o}) as a dependency file of the special
+target @code{.PRECIOUS} to preserve intermediate files made by implicit
+rules whose target patterns match that file's name.)@refill
@cindex intermediate files, preserving
@cindex preserving intermediate files
@cindex preserving with .PRECIOUS