Home
last modified time | relevance | path

Searched refs:arch_command (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc962 const char *arch_command = "/bin/arch"; in init_mach_macros() local
971 if ((pipe = popen(arch_command, "r")) == NULL) { in init_mach_macros()
972 fatal_mksh(gettext("Execute of %s failed"), arch_command); in init_mach_macros()
979 fatal_mksh(gettext("Execute of %s failed"), arch_command); in init_mach_macros()