Hi Branden, > Werner wrote: > > strace -f make &> strace.log > > There are going to be a _lot_ of system calls.
Since only ones which use a path are of interest, restrict the trace to
just those.
strace -fe %file make
--
Cheers, Ralph.
Hi Branden, > Werner wrote: > > strace -f make &> strace.log > > There are going to be a _lot_ of system calls.
Since only ones which use a path are of interest, restrict the trace to
just those.
strace -fe %file make
--
Cheers, Ralph.