mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: Enabled process tree killing on AIX.
This commit is contained in:
@@ -1906,7 +1906,7 @@ static pid_t kwsysProcessFork(kwsysProcess* cp,
|
||||
#if defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__)
|
||||
# define KWSYSPE_PS_COMMAND "ps axo pid,ppid"
|
||||
# define KWSYSPE_PS_FORMAT "%d %d\n"
|
||||
#elif defined(__hpux) || defined(__sparc) || defined(__sgi)
|
||||
#elif defined(__hpux) || defined(__sparc) || defined(__sgi) || defined(_AIX)
|
||||
# define KWSYSPE_PS_COMMAND "ps -ef"
|
||||
# define KWSYSPE_PS_FORMAT "%*s %d %d %*[^\n]\n"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user