* [patch] Document that GDB does not assume GNU make.
@ 2007-11-07 3:46 Brooks Moses
2007-11-07 4:20 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Brooks Moses @ 2007-11-07 3:46 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 631 bytes --]
As Daniel Jacobowitz pointed out to me with regards to my recent
makefile patch, GDB (unlike GCC) does not assume that it is being built
with GNU make. The current documentation does not comment on this point
one way or the other, and so I propose the attached patch to make this
clear.
Tested with "make pdf". Ok to commit?
- Brooks
---------------------------------------------------------------------
2007-11-06 Brooks Moses <brooks@codesourcery.com>
* doc/gdb.texinfo (Requirements): Document that GDB
should build with any POSIX-compliant make.
---------------------------------------------------------------------
[-- Attachment #2: 2007-11-06_doc_make.diff --]
[-- Type: text/plain, Size: 620 bytes --]
Index: gdb/doc/gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.441
diff -U3 -r1.441 gdb.texinfo
--- gdb/doc/gdb.texinfo 30 Oct 2007 19:35:35 -0000 1.441
+++ gdb/doc/gdb.texinfo 7 Nov 2007 03:09:19 -0000
@@ -22185,6 +22185,10 @@
@value{GDBN} is written in ISO C90. It should be buildable with any
working C90 compiler, e.g.@: GCC.
+@item make
+The @value{GDBN} makefiles are compatible with any @sc{posix}-compliant
+implementation of make.
+
@end table
@heading Tools/Packages Optional for Building @value{GDBN}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch] Document that GDB does not assume GNU make.
2007-11-07 3:46 [patch] Document that GDB does not assume GNU make Brooks Moses
@ 2007-11-07 4:20 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2007-11-07 4:20 UTC (permalink / raw)
To: Brooks Moses; +Cc: gdb-patches
> Date: Tue, 06 Nov 2007 19:46:33 -0800
> From: Brooks Moses <brooks@codesourcery.com>
>
> Tested with "make pdf". Ok to commit?
Yes, but...
> +@item make
Please use &command{make} here.
> +The @value{GDBN} makefiles are compatible with any @sc{posix}-compliant
> +implementation of make.
@command{make} again.
Also, I'd rephrase this:
Any @sc{posix}-compliant implementation of @command{make}.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-07 4:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-07 3:46 [patch] Document that GDB does not assume GNU make Brooks Moses
2007-11-07 4:20 ` Eli Zaretskii
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox