> while that is technically correct, 'make -n install' typically outputs a lot of text that can be tedious to sort thru,
</grin>
> when the real questions is - I just want to see where files are going to be copied.
personally, I like to wrap './configure's and or 'make's with a
'script -c make build-log' or similar, it gives me more
time/opportunity to "process" the details. to then "see where files
are going", I'd use (eg) 'grep'.
regards, jr.