Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Mar 2003 18:24:43 -0500
From:      Edinho <edinho64@netscape.net>
To:        vogelke@pobox.com, freebsd-questions@freebsd.org
Subject:   Re: Logging "make install"
Message-ID:  <3E76593B.4080301@netscape.net>
References:  <20030317193858.13126.qmail@kev.nowhere.usa>

next in thread | previous in thread | raw e-mail | index | archive | help
vogelke@pobox.com wrote:

>>>On Mon, 17 Mar 2003 13:36:22 -0500, 
>>>Edinho <edinho64@netscape.net> said:
>>>      
>>>
>
>E> If you're building a package which is not in the ports tree using make
>E> and make install how would you log every file that gets installed in
>E> your system?
>
>   If the package comes with a configure script, do something like this:
>
>     you% ./configure --prefix=/tmp/local
>     you% mkdir /tmp/local
>     you% make
>     you% make install
>     you% find /tmp/local -print > /tmp/installed-files.txt
>     you% make distclean
>
>   Then rebuild with your real destination.
>
>  
>
Thanks, that worked fine.  I needed to uninstall of those so I could 
install the one in the ports.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E76593B.4080301>