bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #56420] Unclear wording or missing word


From: Martin Dorey
Subject: [bug #56420] Unclear wording or missing word
Date: Thu, 30 May 2019 17:22:39 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36

Follow-up Comment #1, bug #56420 (project make):

The context, specifically the start of the previous paragraph:

> If there are C compiler options that _must_ be used for proper compilation
of certain files, do not include them in CFLAGS.
...
> Do include the ā€˜-gā€™ option in CFLAGS, because that is not _required_ for
proper compilation.

... tells us that the OP is wrong to think, if they do, that "Don't" was
intended.  Perhaps this would make the contrast clearer:


address@hidden:~/download/make-git/gnulib/doc$ git diff
diff --git a/doc/make-stds.texi b/doc/make-stds.texi
index d37b244..c390ffe 100644
--- a/doc/make-stds.texi
+++ b/doc/make-stds.texi
@@ -254,7 +254,7 @@ ALL_CFLAGS = -I. $(CFLAGS)
         $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) $<
 @end smallexample
 
-Do include the @samp{-g} option in @code{CFLAGS}, because that is not
+Do, however, include the @samp{-g} option in @code{CFLAGS}, because that is
not
 @emph{required} for proper compilation.  You can consider it a default
 that is only recommended.  If the package is set up so that it is
 compiled with GCC by default, then you might as well include @samp{-O}
address@hidden:~/download/make-git/gnulib/doc$ 


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56420>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]