Print this page
make: ship the Joyent patch to enable parallel make (originally from rm)

*** 31,43 **** /* * Included files */ #include <alloca.h> /* alloca() */ - #if defined(TEAMWARE_MAKE_CMN) - #include <avo/util.h> /* avo_get_user(), avo_hostname() */ - #endif #if defined(DISTRIBUTED) || defined(MAKETOOL) /* tolik */ # include <avo/strings.h> /* AVO_STRDUP() */ # include <dm/Avo_MToolJobResultMsg.h> # include <dm/Avo_MToolJobStartMsg.h> --- 31,40 ----
*** 3299,3313 **** register int i; register Boolean saved_conditional_macro_used; Chain cond_name; Chain cond_chain; - #ifdef DISTRIBUTED if (target->dont_activate_cond_values) { return; } - #endif saved_conditional_macro_used = conditional_macro_used; /* Scan the list of conditional properties and apply each one */ for (conditional = get_prop(target->prop, conditional_prop), i = 0; --- 3296,3308 ----
*** 3360,3374 **** reset_locals(register Name target, register Property old_locals, register Property conditional, register int index) { register Property this_conditional; Chain cond_chain; - #ifdef DISTRIBUTED if (target->dont_activate_cond_values) { return; } - #endif /* Scan the list of conditional properties and restore the old value */ /* to each one Reverse the order relative to when we assigned macros */ this_conditional = get_prop(conditional->next, conditional_prop); if (this_conditional != NULL) { --- 3355,3367 ----