Re: [llvm-commits] CVS: llvm/Makefile

2007-02-20 Thread Reid Spencer
On Tue, 2007-02-20 at 23:23 -0800, Chris Lattner wrote: > >> revert r1.68. This breaks 'make install' without doing 'make' > >> first, but > >> fixes PR1208: http://llvm.org/PR1208 . > > > > This isn't correct. > > I'm aware of that, which is why I mentioned that in the commit > message. I'm

Re: [llvm-commits] CVS: llvm/Makefile

2007-02-20 Thread Chris Lattner
>> revert r1.68. This breaks 'make install' without doing 'make' >> first, but >> fixes PR1208: http://llvm.org/PR1208 . > > This isn't correct. I'm aware of that, which is why I mentioned that in the commit message. I'm just repairing the regression by reverting the offending patch: if yo

Re: [llvm-commits] CVS: llvm/Makefile

2007-02-20 Thread Reid Spencer
On Wed, 2007-02-21 at 00:23 -0600, Chris Lattner wrote: > > Changes in directory llvm: > > Makefile updated: 1.69 -> 1.70 > --- > Log message: > > revert r1.68. This breaks 'make install' without doing 'make' first, but > fixes PR1208: http://llvm.org/PR1208 . This isn't correct. I implemented

Re: [llvm-commits] CVS: llvm/Makefile

2007-02-05 Thread Reid Spencer
On Mon, 2007-02-05 at 10:27 -0800, Chris Lattner wrote: > > Don't prevent install target from descending into the utils directory. > > It prevents "make install" on a clean directory from working. > > Does this change what gets installed into PREFIX? Perhaps. It might cause tblgen to be installed

Re: [llvm-commits] CVS: llvm/Makefile

2007-02-05 Thread Chris Lattner
On Feb 5, 2007, at 10:39 AM, Reid Spencer wrote: > On Mon, 2007-02-05 at 10:27 -0800, Chris Lattner wrote: >>> Don't prevent install target from descending into the utils >>> directory. >>> It prevents "make install" on a clean directory from working. >> >> Does this change what gets installed

Re: [llvm-commits] CVS: llvm/Makefile

2007-02-05 Thread Chris Lattner
> Don't prevent install target from descending into the utils directory. > It prevents "make install" on a clean directory from working. Does this change what gets installed into PREFIX? -Chris > > --- > Diffs of the changes: (+0 -7) > > Makefile |7 --- > 1 files changed, 7 deletions(