Ignore:
Timestamp:
Dec 18, 2005, 4:48:02 AM (20 years ago)
Author:
bird
Message:

o Ported all kmk builtins to win32.
o Fixed serveral bugs in kmk builtins.
o Probably broke both linux, bsd and OS/2. :-)

File:
1 edited

Legend:

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

    r368 r370  
    685685#ifdef CONFIG_WITH_KMK_BUILTIN
    686686  /* The supported kMk Builtin commands. */
    687 #ifdef _MSC_VER
    688   (void) define_variable ("KMK_BUILTIN", 11, "append echo mkdir", o_default, 0);
    689 #else
    690687  (void) define_variable ("KMK_BUILTIN", 11, "append cp echo install ln mkdir rm", o_default, 0);
    691 #endif
    692688#endif
    693689
Note: See TracChangeset for help on using the changeset viewer.