Ignore:
Timestamp:
Feb 9, 2005, 9:31:14 AM (20 years ago)
Author:
bird
Message:

kMk builtin command basics. KMK_VERSION variable.

File:
1 edited

Legend:

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

    r217 r225  
    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. */
     38#define COMMANDS_NOTPARALLEL    32 /* kmk: the commands must be executed alone. */
     39#define COMMANDS_BUILTIN        64 /* kmk: builtin command. */
    3940
    4041extern void execute_file_commands PARAMS ((struct file *file));
Note: See TracChangeset for help on using the changeset viewer.