Changeset 350 for trunk/src


Ignore:
Timestamp:
Dec 11, 2005, 6:35:55 AM (20 years ago)
Author:
bird
Message:

KMK_BUILTIN now list the supported commands.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/variable.c

    r348 r350  
    684684
    685685#ifdef CONFIG_WITH_KMK_BUILTIN
    686   /* The kMk Builtin Level. */
    687   (void) define_variable ("KMK_BUILTIN", 11, "2", o_default, 0);
     686  /* The supported kMk Builtin commands. */
     687  (void) define_variable ("KMK_BUILTIN", 11, "append cp echo mkdir rm", o_default, 0);
    688688#endif
    689689
Note: See TracChangeset for help on using the changeset viewer.