Print this page
make: translate using gettext, rather than the unmaintainable catgets

*** 157,168 **** Boolean stdout_stderr_same; Dependency suffixes; Name suffixes_name; Name sunpro_dependencies; Boolean target_variants; ! const char *tmpdir = NOCATGETS("/tmp"); ! const char *temp_file_directory = NOCATGETS("."); Name temp_file_name; short temp_file_number; time_t timing_start; wchar_t *top_level_target; Boolean touch; /* `-t' */ --- 157,168 ---- Boolean stdout_stderr_same; Dependency suffixes; Name suffixes_name; Name sunpro_dependencies; Boolean target_variants; ! const char *tmpdir = "/tmp"; ! const char *temp_file_directory = "."; Name temp_file_name; short temp_file_number; time_t timing_start; wchar_t *top_level_target; Boolean touch; /* `-t' */
*** 171,181 **** pathpt vroot_path = VROOT_DEFAULT; Name wait_name; wchar_t wcs_buffer2[MAXPATHLEN]; wchar_t *wcs_ptr; wchar_t *wcs_ptr2; - nl_catd catd; long int hostid; /* * File table of contents */ --- 171,180 ----