Source-Changes archive

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

Re: CVS commit: src



On Thu, 23 Oct 2008, David Holland wrote:
> On Wed, Oct 22, 2008 at 05:37:16PM +0000, Alan Barrett wrote:
>  > Defer the "make obj" step until after tools are built and installed.
> 
> Is this going to fix the persistently annoying minor problems where
> e.g. one can end up with /usr/src/destdir.i386 as well as
> /usr/obj/destdir.i386?
> 
> (Or is it likely to make them worse? :-/ )

It's unlikely to fix the problem.  If it makes it worse, please report
that!

Something I forgot to say in the log message is that the new way is

        make cleandir
        make obj in tools directory
        make and install tools
        make obj in entire tree
        the rest

while the old way was

        make cleandir
        make obj in entire tree
        make and install tools
        the rest

(and almost all steps are optional, depending on assorted variables).

--apb (Alan Barrett)


Home | Main Index | Thread Index | Old Index