Ignore:
Timestamp:
Sep 16, 2006, 6:56:25 AM (19 years ago)
Author:
bird
Message:

Cleaning up the modifications. Changes are now either configurable or marked, and dead stuff has been removed (dll shell).

File:
1 edited

Legend:

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

    r503 r520  
    3535#define COMMANDS_SILENT         2 /* Silent: @.  */
    3636#define COMMANDS_NOERROR        4 /* No errors: -.  */
    37 #define COMMANDS_NOTPARALLEL   32 /* kmk: the commands must be executed alone. */
    38 #define COMMANDS_BUILTIN       64 /* kmk: builtin command. */
    39 #define COMMANDS_NO_COMMANDS  128 /* kmk: No commands. */
     37#ifdef CONFIG_WITH_EXTENDED_NOTPARALLEL
     38# define COMMANDS_NOTPARALLEL   32  /* kmk: The commands must be executed alone. */
     39# define COMMANDS_NO_COMMANDS   64  /* kmk: No commands. */
     40#endif
     41#ifdef CONFIG_WITH_KMK_BUILTIN
     42# define COMMANDS_KMK_BUILTIN   128 /* kmk: kmk builtin command. */
     43#endif
    4044
    4145extern void execute_file_commands PARAMS ((struct file *file));
Note: See TracChangeset for help on using the changeset viewer.