This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
-MD and -MMD
- To: gcc at gcc dot gnu dot org
- Subject: -MD and -MMD
- From: Tom Tromey <tromey at redhat dot com>
- Date: 11 Jan 2001 10:04:00 -0700
- Reply-To: tromey at redhat dot com
I've noticed that neither -MD nor -MMD is documented in invoke.texi.
Is this intentional? I'm worried that this lack of documentation
might mean that these switches are deprecated. If that's the case,
I'd like to argue against deprecating them.
I've also noticed that the long forms of these options
(--write-dependencies and --write-user-dependencies) are not mentioned
in the docs.
If this is just an oversight I'd like to know; I'll submit a patch.
Tom