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

    r53 r225  
    654654           ? "" : remote_description);
    655655  (void) define_variable ("MAKE_VERSION", 12, buf, o_default, 0);
     656
     657  /* Define KMK_VERSION to indicate kMk. */
     658  (void) define_variable ("KMK_VERSION", 11, buf, o_default, 0);
     659
     660#ifdef CONFIG_WITH_KMK_BUILTIN
     661  /* The kMk Builtin Level. */
     662  (void) define_variable ("KMK_BUILTIN", 11, "1", o_default, 0);
     663#endif
    656664
    657665#ifdef  __MSDOS__
Note: See TracChangeset for help on using the changeset viewer.