VirtualBox

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


Ignore:
Timestamp:
Jan 19, 2007 1:52:46 AM (18 years ago)
Author:
bird
Message:

New predefined variable 'KMK', similar to 'MAKE' only less likely to be defined in the environment.

File:
1 edited

Legend:

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

    r520 r765  
    355355      /* If no explicit '+' was given, look for MAKE variable references.  */
    356356      if (!(flags & COMMANDS_RECURSE)
     357#ifndef KMK
    357358          && (strstr (p, "$(MAKE)") != 0 || strstr (p, "${MAKE}") != 0))
     359#else
     360          && (strstr (p, "$(KMK)") != 0 || strstr (p, "${KMK}") != 0 ||
     361              strstr (p, "${MAKE}") != 0 || strstr (p, "${MAKE}") != 0))
     362#endif
    358363        flags |= COMMANDS_RECURSE;
    359364
     
    390395#ifdef CONFIG_WITH_EXTENDED_NOTPARALLEL
    391396      file->command_flags |= COMMANDS_NO_COMMANDS;
    392 #endif 
     397#endif
    393398      set_command_state (file, cs_running);
    394399      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