ltib
[Top][All Lists]
Advanced

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

RE: [Ltib] [Patch] run 'make install' and 'make install-compat' separate


From: Yin Olivia-R63875
Subject: RE: [Ltib] [Patch] run 'make install' and 'make install-compat' separately for gdbm
Date: Wed, 22 Jul 2009 18:41:00 +0800

Hi Stuart,

Your fix also works on my site. I'll apply it to Freescale internal git
repository.
Thank you very much.


Best Regards,
Olivia 

-----Original Message-----
From: Stuart Hughes [mailto:address@hidden 
Sent: Wednesday, July 22, 2009 6:32 PM
To: Yin Olivia-R63875
Cc: address@hidden
Subject: Re: [Ltib] [Patch] run 'make install' and 'make install-compat'
separately for gdbm

Hi Olivia,

When submitting patches you need to explain what the failure was and how
your proposed change fixes it.  I ended up checking in this:
http://cvs.savannah.gnu.org/viewvc/ltib/dist/lfs-5.1/gdbm/gdbm.spec?root
=ltib&r1=1.1&r2=1.2
The problem seems to be parallel makes.  I did it this way as other
.spec files do a similar thing.


Regards, Stuart

Yin Olivia-R63875 wrote:
> Hi Stuart,
> 
> This patch split the make install to two lines.
> 
> It failed to install gdbm by the original spec on my site.
> 
> If split "make install" and "make install-compat" into two lines, it 
> will succeed.
> -make INSTALL_ROOT=$RPM_BUILD_ROOT/%{pfx} install install-compat
> +make INSTALL_ROOT=$RPM_BUILD_ROOT/%{pfx} install make 
> +INSTALL_ROOT=$RPM_BUILD_ROOT/%{pfx} install-compat
> 
> 
> 
> Best Regards,
> Olivia
> 
>




reply via email to

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