VirtualBox

Changeset 1814 in kBuild for trunk/src/kmk


Ignore:
Timestamp:
Oct 10, 2008 6:09:00 AM (16 years ago)
Author:
bird
Message:

kmk: two more recursive / simple fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kbuild.c

    r1812 r1814  
    18111811    pVar = kbuild_get_recursive_variable(pszSrcVar);
    18121812    pOutput = do_variable_definition_2(NILF, pszDstVar, pVar->value, pVar->value_length,
    1813                                        pVar->flavor == f_simple, 0, o_file, f_simple, 0 /* !target_var */);
     1813                                       !pVar->recursive, 0, o_file, f_simple, 0 /* !target_var */);
    18141814
    18151815    memcpy(pszSrc, "_OUTPUT_MAYBE", sizeof("_OUTPUT_MAYBE"));
     
    18181818    if (pVar)
    18191819        pOutputMaybe = do_variable_definition_2(NILF, pszDstVar, pVar->value, pVar->value_length,
    1820                                                 pVar->flavor == f_simple, 0, o_file, f_simple, 0 /* !target_var */);
     1820                                                !pVar->recursive, 0, o_file, f_simple, 0 /* !target_var */);
    18211821    else
    18221822        pOutputMaybe = do_variable_definition_2(NILF, pszDstVar, "", 0, 1, 0, o_file, f_simple, 0 /* !target_var */);
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