Changeset 591 for trunk/src/gmake/make.h


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/make.h

    r549 r591  
    513513extern int warn_undefined_variables_flag, posix_pedantic, not_parallel;
    514514extern int second_expansion, clock_skew_detected, rebuilding_makefiles;
     515#ifdef CONFIG_PRETTY_COMMAND_PRINTING
     516extern int pretty_command_printing;
     517#endif
    515518
    516519/* can we run commands via 'sh -c xxx' or must we use batch files? */
Note: See TracChangeset for help on using the changeset viewer.