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

*** 37,47 **** libmksdmsi18n_init() { char name[20]; if (getenv(NOCATGETS("NLSPATH")) == NULL) { - fprintf(stderr, NOCATGETS("Internal error: Set NLSPATH before opening catalogue file\n")); return 1; } sprintf(name, NOCATGETS("libmksdmsi18n_%d"), I18N_VERSION); libmksdmsi18n_catd = catopen(name, NL_CAT_LOCALE); return 0; --- 37,46 ----