[m-rev.] for review: add --output-cflags option

Peter Wang novalazy at gmail.com
Tue Jan 29 12:31:18 AEDT 2008


On 2008-01-25, Julien Fischer <juliensf at csse.unimelb.edu.au> wrote:
>  @@ -3348,7 +3352,10 @@
>           "\tPrint the list of compilation grades in which a library",
>           "\tto be installed should be built to the standard output.",
>           "--output-cc",
>  -        "\tPrint the name of the C compiler to the standard output."
>  +        "\tPrint the name of the C compiler to the standard output.",
>  +        "--output-cflags",
>  +        "\tPrint the flags with which the C compiler will be invoked.",
>  +        "\tto the standard output."
>       ]).

There's an extra full stop.

"the standard output" or "standard output"?

>  Index: doc/user_guide.texi
>  ===================================================================
>  RCS file: /home/mercury/mercury1/repository/mercury/doc/user_guide.texi,v
>  retrieving revision 1.557
>  diff -u -r1.557 user_guide.texi
>  --- doc/user_guide.texi	24 Jan 2008 04:31:48 -0000	1.557
>  +++ doc/user_guide.texi	25 Jan 2008 05:49:35 -0000
>  @@ -6633,6 +6633,12 @@
>   @findex --output-cc
>   Print the name of the C compiler to the standard output.
> 
>  + at sp 1
>  + at item --output-cflags
>  + at findex --output-cflags
>  +Print the flags with which the C compiler will be invoked
>  +to the standard output.
>  +

Same here.

Peter

--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list