Changeset 591 for trunk/src/gmake/main.c


Ignore:
Timestamp:
Nov 24, 2006, 9:22:49 PM (19 years ago)
Author:
bird
Message:

Added --pretty-command-printing for simplifying makefile debugging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/main.c

    r578 r591  
    151151
    152152int just_print_flag;
     153
     154#ifdef CONFIG_PRETTY_COMMAND_PRINTING
     155/* Nonzero means to print commands argument for argument skipping blanks. */
     156
     157int pretty_command_printing;
     158#endif
    153159
    154160/* Print debugging info (--debug).  */
     
    413419    { 'p', flag, (char *) &print_data_base_flag, 1, 1, 0, 0, 0,
    414420      "print-data-base" },
     421#ifdef CONFIG_PRETTY_COMMAND_PRINTING
     422    { CHAR_MAX+6, flag, (char *) &pretty_command_printing, 1, 1, 1, 0, 0,
     423       "pretty-command-printing" },
     424#endif
    415425#ifdef KMK
    416426    { CHAR_MAX+5, positive_int, (char *) &process_priority, 1, 1, 0,
Note: See TracChangeset for help on using the changeset viewer.