Displaying 7 results from an estimated 7 matches for "proj_etcdir".
2005 Feb 17
0
[LLVMdev] LLVM CFE bootstrap problem at FreeBSD after last$(Install) changes in Makefile.rules
right, but that will lead to directory creation problems on some systems
with a fresh install.
Reid.
On Thu, 2005-02-17 at 15:06, Vladimir Merzliakov wrote:
> > Vladimir,
> >
> > Thanks for the note. Unfortunately, the install approach that we're
> > using in the makefiles is a bit broken, based on Linux install program.
> > We'll get this cleaned up soon so
2005 Feb 17
3
[LLVMdev] LLVM CFE bootstrap problem at FreeBSD after last$(Install) changes in Makefile.rules
> Vladimir,
>
> Thanks for the note. Unfortunately, the install approach that we're
> using in the makefiles is a bit broken, based on Linux install program.
> We'll get this cleaned up soon so that it works on multiple unixes.
>
> Reid.
Ok
Temporary fixed by partly reverting $(Install) changes in local copy
Makefile.rules (removing -D option from $(Install) call
2006 Dec 09
3
[LLVMdev] llvm build not respecting DESTDIR?
...Makefile.config file. The variables are:
>
> PROJ_prefix := /proj/llvm/install-1
> PROJ_bindir := /proj/llvm/install-1/bin
> PROJ_libdir := /proj/llvm/install-1/lib
> PROJ_datadir := /proj/llvm/install-1/share
> PROJ_docsdir := /proj/llvm/install-1/docs/llvm
> PROJ_etcdir := /proj/llvm/install-1/etc/llvm
> PROJ_includedir := /proj/llvm/install-1/include
> PROJ_infodir := /proj/llvm/install-1/info
> PROJ_mandir := /proj/llvm/install-1/man
>
> The values are from my environment. You can either override each of
> these individually on the...
2006 Dec 08
0
[LLVMdev] llvm build not respecting DESTDIR?
...ntrol this are all
defined in the Makefile.config file. The variables are:
PROJ_prefix := /proj/llvm/install-1
PROJ_bindir := /proj/llvm/install-1/bin
PROJ_libdir := /proj/llvm/install-1/lib
PROJ_datadir := /proj/llvm/install-1/share
PROJ_docsdir := /proj/llvm/install-1/docs/llvm
PROJ_etcdir := /proj/llvm/install-1/etc/llvm
PROJ_includedir := /proj/llvm/install-1/include
PROJ_infodir := /proj/llvm/install-1/info
PROJ_mandir := /proj/llvm/install-1/man
The values are from my environment. You can either override each of
these individually on the command line or replace their...
2005 May 19
3
[LLVMdev] [Cygwin] llvm 'make install' build errors
Reid,
I think it is the first time it is run that the errors occcur !?
Not sure but that would seem logical.
Aaron
2006 Dec 08
5
[LLVMdev] llvm build not respecting DESTDIR?
Hello,
I'm updating the macports build of llvm, and I'm running into an issue
trying to stage llvm into a temporary directory. It builds fine, but
when I try to install it into a temporary location, it insists on
installing into the final location. The only reference I saw to the
standard gnu DESTDIR was in the llvm.spec file, but none of the
generated Makefiles have that value. Is
2006 Dec 09
0
[LLVMdev] llvm build not respecting DESTDIR?
...are:
> >
> > PROJ_prefix := /proj/llvm/install-1
> > PROJ_bindir := /proj/llvm/install-1/bin
> > PROJ_libdir := /proj/llvm/install-1/lib
> > PROJ_datadir := /proj/llvm/install-1/share
> > PROJ_docsdir := /proj/llvm/install-1/docs/llvm
> > PROJ_etcdir := /proj/llvm/install-1/etc/llvm
> > PROJ_includedir := /proj/llvm/install-1/include
> > PROJ_infodir := /proj/llvm/install-1/info
> > PROJ_mandir := /proj/llvm/install-1/man
> >
> > The values are from my environment. You can either override each of
> &...