automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Wish: add a target install-list target in generated Makefile


From: Gary V. Vaughan
Subject: Re: Wish: add a target install-list target in generated Makefile
Date: Mon, 08 Nov 2004 17:37:01 +0000
User-agent: Mozilla Thunderbird 0.9 (X11/20041103)

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      ())_.  address@hidden,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

[Prev in Thread] Current Thread [Next in Thread]