VirtualBox

Changeset 520 in kBuild for trunk/src/gmake/commands.c


Ignore:
Timestamp:
Sep 16, 2006 4:56:25 AM (18 years ago)
Author:
bird
Message:

Cleaning up the modifications. Changes are now either configurable or marked, and dead stuff has been removed (dll shell).

File:
1 edited

Legend:

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

    r503 r520  
    361361      /* check if kmk builtin command */
    362362      if (!strncmp(p, "kmk_builtin_", sizeof("kmk_builtin_") - 1))
    363         flags |= COMMANDS_BUILTIN;
     363        flags |= COMMANDS_KMK_BUILTIN;
    364364#endif
    365365
     
    388388    {
    389389      /* If there are no commands, assume everything worked.  */
     390#ifdef CONFIG_WITH_EXTENDED_NOTPARALLEL
    390391      file->command_flags |= COMMANDS_NO_COMMANDS;
     392#endif
    391393      set_command_state (file, cs_running);
    392394      file->update_status = 0;
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