I have a tcsh script that running commands.
one of those commands is a 'make', and I think it's spawn its process as a thread (parallel process).
let's assume it's a parallel process indeed. Is there any command that halt the script until the spawned process is finished? I want the next command in the script to be syncronized with the 'make', means do not begin until the make is finished.
Thanks!
one of those commands is a 'make', and I think it's spawn its process as a thread (parallel process).
let's assume it's a parallel process indeed. Is there any command that halt the script until the spawned process is finished? I want the next command in the script to be syncronized with the 'make', means do not begin until the make is finished.
Thanks!