typographical correction for "GNU Make: A Program for Directing Recompilation"

2000-06-26 Thread David Eger
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

remake.c minor cleanup (GNU make 3.79.1)

2000-06-26 Thread Paul Eggert
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. =

"make maintainer-clean" doesn't remove stamp-pot (GNU make 3.79.1)

2000-06-26 Thread Paul Eggert
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. ===

vms_hash assumes chars are nonnegative (GNU make 3.79.1)

2000-06-26 Thread Paul Eggert
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. ===

I: patch against SEGV in function.c

2000-06-26 Thread Dmitry V. Levin
-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.