On Fri, Aug 23, 2013 at 09:15:46AM -0300, Fernando de Oliveira wrote:
> I have a doubt about the instructions (might have asked before, but
> cannot remember):
> 
> Instructions are:
> 
> ...
>   ./configure $XORG_CONFIG
>   as_root make install
> ...
> 
> Should not be (as I am using):
> 
> ...
>   ./configure $XORG_CONFIG
>   make
>   as_root make install
> ...
> 
> If not I will change my script, so I will not forget anymore.
> 
> Thanks in advance for any reply.
> 
 Running both configure and make as a user would be consistent with
what we do almost everywhere else.  For at least 99% of all available
packages which use CMMI, running just configure and make install will
build the required things on the way to installing them.

ĸen
-- 
das eine Mal als Tragödie, dieses Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to