Ignore:
Timestamp:
Feb 8, 2005, 8:22:20 AM (20 years ago)
Author:
bird
Message:

More proper .NOTPARALLEL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/commands.h

    r53 r217  
    3636#define COMMANDS_SILENT         2 /* Silent: @.  */
    3737#define COMMANDS_NOERROR        4 /* No errors: -.  */
     38#define COMMANDS_NOTPARALLEL    64 /* kmk: the commands must be executed alone. */
    3839
    3940extern void execute_file_commands PARAMS ((struct file *file));
Note: See TracChangeset for help on using the changeset viewer.