From 467115baae38eba41b3800b4e0e84afb7f3ec99b Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 12 Jun 2005 22:22:07 +0000 Subject: Fix Savannah bug # 1328: if stdout is redirected to a full filesystem, we check for this and exit with an error. The closeout.c version from gnulib pulls in too much other stuff, and gnulib requires an ANSI C 89 compliant compiler, while GNU make (so far) still wants to work on K&R. --- doc/make.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/make.texi b/doc/make.texi index 4ffefb9..f17a5d4 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -9385,7 +9385,7 @@ foolib(hack.o) : hack.o @end example In fact, nearly all archive member targets are updated in just this way -and there is an implicit rule to do it for you. @strong{Note:} The +and there is an implicit rule to do it for you. @strong{Please note:} The @samp{c} flag to @code{ar} is required if the archive file does not already exist. -- cgit v1.2.3