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.c

    r154 r225  
    350350            flags |= COMMANDS_RECURSE;
    351351        }
     352#ifdef CONFIG_WITH_KMK_BUILTIN
     353      if (!strncmp(p, "kmk_builtin_", sizeof("kmk_builtin_") - 1))
     354          flags |= COMMANDS_BUILTIN;
     355#endif
    352356
    353357      cmds->lines_flags[idx] = flags;
Note: See TracChangeset for help on using the changeset viewer.