Changeset 4691 for trunk/Ohana/src/opihi/pantasks
- Timestamp:
- Aug 1, 2005, 4:03:32 AM (21 years ago)
- Location:
- trunk/Ohana/src/opihi/pantasks
- Files:
-
- 2 edited
-
LocalJob.c (modified) (2 diffs)
-
Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/LocalJob.c
r4689 r4691 102 102 int result, waitstatus; 103 103 104 fprintf (stderr, "checking on %d\n", job[0].pid);105 106 104 /* check local job status */ 107 105 result = waitpid (job[0].pid, &waitstatus, WNOHANG); … … 137 135 exit (1); 138 136 } 139 fprintf (stderr, "waited for %d\n", result);140 141 137 if (WIFEXITED(waitstatus)) { 142 138 job[0].state = JOB_EXIT; -
trunk/Ohana/src/opihi/pantasks/Makefile
r4689 r4691 133 133 rm -f $(HOME)/$*/help/*~ 134 134 rm -f $(HOME)/$*/help/#* 135 cp $(HOME)/$*/help/* $(DESTHLP)/135 for i in `find $(HOME)/$*/help -type f -maxdepth 1`; do cp -f $$i $(DESTHLP); done
Note:
See TracChangeset
for help on using the changeset viewer.
