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: Stuart Hughes
Subject: Re: [Ltib] [Patch] run 'make install' and 'make install-compat' separately for gdbm
Date: Wed, 22 Jul 2009 11:31:41 +0100
User-agent: Thunderbird 2.0.0.16 (X11/20080707)

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]