bear wrote:
> The usual way to install a gnu software is
> ./configure
> make
> make install
> but can you add a install-list target which I can run
> make install-list
> to see what and where to "install"?
> Maybe there already is a solution. If so, can you tell me how to? 

If you are running a reasonable implementation of make (eg GNU Make):

make -n install

will show the commands that would be executed without actually running
them.

Cheers,
        Gary.
-- 
Gary V. Vaughan      ())_.  [EMAIL PROTECTED],gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to