[llvm-commits] CVS: llvm/Makefile

Reid Spencer rspencer at reidspencer.com
Mon Feb 5 10:39:07 PST 2007


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 when previously it
wasn't.  Thing is, "make install" must be able to build everything from
scratch and it currently doesn't. If we don't want tblgen installed then
we need to modify the llvm/utils/TableGen/Makefile not completely avoid
descending into utils from llvm/Makefile.

> 
> -Chris
> 
> >
> > ---
> > Diffs of the changes:  (+0 -7)
> >
> >  Makefile |    7 -------
> >  1 files changed, 7 deletions(-)
> >
> >
> > Index: llvm/Makefile
> > diff -u llvm/Makefile:1.67 llvm/Makefile:1.68
> > --- llvm/Makefile:1.67	Thu Nov 16 21:32:33 2006
> > +++ llvm/Makefile	Mon Feb  5 03:43:17 2007
> > @@ -40,13 +40,6 @@
> >    OPTIONAL_DIRS :=
> >  endif
> >
> > -# Don't install utils, examples, or projects they are only used to
> > -# build LLVM.
> > -ifeq ($(MAKECMDGOALS),install)
> > -  DIRS := $(filter-out utils, $(DIRS))
> > -  OPTIONAL_DIRS :=
> > -endif
> > -
> >  # Include the main makefile machinery.
> >  include $(LLVM_SRC_ROOT)/Makefile.rules
> >
> >
> >
> >
> > _______________________________________________
> > llvm-commits mailing list
> > llvm-commits at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list