VirtualBox

Changeset 601 in kBuild for trunk/src/gmake/kmkbuiltin.c


Ignore:
Timestamp:
Nov 26, 2006 12:19:19 AM (18 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/kmkbuiltin.c

    r507 r601  
    196196    else if (!strcmp(pszCmd, "rm"))
    197197        rc = kmk_builtin_rm(argc, argv, environ);
    198     //else if (!strcmp(pszCmd, "rmdir"))
    199     //    rc = kmk_builtin_rmdir(argc, argv, environ);
     198    else if (!strcmp(pszCmd, "rmdir"))
     199        rc = kmk_builtin_rmdir(argc, argv, environ);
    200200    /* obsolete */
    201201    else if (!strcmp(pszCmd, "cp"))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette