In the GNU Make book, pg. 29, section 4.7, under the heading of .SILENT,
there is an extraneous "the":
.SILENT
If you specify dependencies for .SILENT, then make will not !!the!!
print commands to remake those particular files before executing
thmem. The commands for .SILENT are not me
Here's a minor code cleanup for remake.c. It declares a var but never
uses it, and the indenting isn't consistent in another function.
2000-06-26 Paul Eggert <[EMAIL PROTECTED]>
* remake.c (f_mtime): Remove unused var memtime.
=
After making a minor change and then doing a "make maintainer-clean",
I noticed that stamp-pot wasn't removed as it should be. Here's a patch.
2000-06-26 Paul Eggert <[EMAIL PROTECTED]>
* Makefile.am (MAINTAINERCLEANFILES): New macro, with stamp-pot in it.
===
By code inspection I found one more place where the code incorrectly
assumes that chars are nonnegative. This code is executed only on
VMS. Here's a patch.
2000-06-26 Paul Eggert <[EMAIL PROTECTED]>
* dir.c (vms_hash): Ensure ctype macro args are nonnegative.
===
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Greetings!
There is an ancient SEGV bug in file function.c which have a trivial fix
(attached). Strange why it haven't been fixed yet...
Regards,
Dmitry
+-+
Dmitry V.