Ignore:
Timestamp:
Nov 26, 2006, 1:19:19 AM (19 years ago)
Author:
bird
Message:

o Added rmdir as builtin and external command.
o Made mkdir not modify the argument strings.
o Made mkdir deal properly with DOS slashes on OS/2 and Windows.

File:
1 edited

Legend:

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

    r578 r601  
    10621062#ifdef CONFIG_WITH_KMK_BUILTIN
    10631063  /* The supported kMk Builtin commands. */
    1064   (void) define_variable ("KMK_BUILTIN", 11, "append cp echo install ln mkdir rm", o_default, 0);
     1064  (void) define_variable ("KMK_BUILTIN", 11, "append cp echo install ln mkdir rm rmdir", o_default, 0);
    10651065#endif
    10661066
Note: See TracChangeset for help on using the changeset viewer.