[llvm-commits] CVS: llvm/Makefile.config.in Makefile.rules

Reid Spencer rspencer at reidspencer.com
Thu Mar 29 23:14:26 PDT 2007


On Thu, 2007-03-29 at 22:51 -0700, Chris Lattner wrote:
> On Mar 29, 2007, at 12:06 PM, Reid Spencer wrote:
> 
> >
> > +LLVMMAKE := $(LLVM_SRC_ROOT)/make
> 
> Was this intentional?

Erm, probably not :)

Its part of the planned makefile changes, which I'm not sure I'm going
to do now since we're going to give scons a try.

> 
> -Chris
> 
> >  PROJ_bindir     := $(DESTDIR)$(PROJ_prefix)/bin
> >  PROJ_libdir     := $(DESTDIR)$(PROJ_prefix)/lib
> >  PROJ_datadir    := $(DESTDIR)$(PROJ_prefix)/share
> >
> >
> > Index: llvm/Makefile.rules
> > diff -u llvm/Makefile.rules:1.428 llvm/Makefile.rules:1.429
> > --- llvm/Makefile.rules:1.428	Tue Feb 27 23:10:40 2007
> > +++ llvm/Makefile.rules	Thu Mar 29 14:05:44 2007
> > @@ -1760,3 +1760,5 @@
> >  	$(Echo) "Module       : " '$(Module)'
> >  	$(Echo) "FilesToConfig: " '$(FilesToConfigPATH)'
> >  	$(Echo) "SubDirs      : " '$(SubDirs)'
> > +	$(Echo) "ProjLibsPaths: " '$(ProjLibsPaths)'
> > +	$(Echo) "ProjLibsOptions: " '$(ProjLibsOptions)'
> >
> >
> >
> > _______________________________________________
> > 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