VirtualBox

Changeset 876 in kBuild for trunk


Ignore:
Timestamp:
Apr 14, 2007 11:39:44 PM (18 years ago)
Author:
bird
Message:

Dont add COMMANDS_KMK_BUILTIN to the lines_flags as it will screw up 'lines' containing newlines and so are split up into multiple commands.

File:
1 edited

Legend:

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

    r875 r876  
    10701070     actual line, after expansion.  */
    10711071  child->file->cmds->lines_flags[child->command_line - 1]
    1072 #ifdef CONFIG_WITH_KMK_BUILTIN
    1073     |= flags & (COMMANDS_RECURSE | COMMANDS_KMK_BUILTIN);
    1074 #else
    10751072    |= flags & COMMANDS_RECURSE;
    1076 #endif
    10771073
    10781074  /* Figure out an argument list from this command line.  */
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