From e8ca9b8eb1caaa43703f6ce505af78c6e7b9e60b Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 16 Feb 2005 05:03:42 +0000 Subject: Add a patch from Paul Eggert that's been lying around in my directory for a long time, disabling stack size limits where possible. Update version to beta2. --- doc/make.texi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/make.texi b/doc/make.texi index 8c367ba..9b6f9d8 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -2423,8 +2423,10 @@ prog3 : prog3.o sort.o utils.o @end example @noindent -Now you can say just @samp{make} to remake all three programs, or specify -as arguments the ones to remake (as in @samp{make prog1 prog3}). +Now you can say just @samp{make} to remake all three programs, or +specify as arguments the ones to remake (as in @samp{make prog1 +prog3}). Phoniness is not inherited: the prerequisites of a phony +target are not themselves phony, unless explicitly declared to be so. When one phony target is a prerequisite of another, it serves as a subroutine of the other. For example, here @samp{make cleanall} will delete the -- cgit v1.2.3