Displaying 5 results from an estimated 5 matches for "proj_docsdir".
2006 Dec 09
3
[LLVMdev] llvm build not respecting DESTDIR?
...ariables that control 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 e...
2006 Dec 08
0
[LLVMdev] llvm build not respecting DESTDIR?
...Yes, but its a bit verbose. The variables that control 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...
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?
...> > 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 f...
2012 Sep 29
0
[LLVMdev] doxygen tag files
...e LLVM build process doesn't generate doxygen tag files.
My projects all generate tag files and refer to the tag files of
projects they use.
I've modified a recent revision (164864) to
1. group html files into directories
2. generate a tag file
3. copy the files en-masse into $(DESTDIR)$(PROJ_docsdir)/doxygen,
including llvm.tag
4. change the file attributes in-place
See the attached patch that does this.
The only problem I'm stuck with is how to get the sub-projects to use
the tag file.
This would need a change that builds the LLVM docs + tag file (llvm.tag)
before generating the doxy...