Displaying 3 results from an estimated 3 matches for "distalways".
2006 Apr 11
0
[LLVMdev] make dist?
...on directory correctly,
each Makefile can utilize two features:
1. EXTRA_DIST - this make variable specifies which files it should
distribute. By default, all source files are automatically
included for distribution as well as certain "well known" files
(see DistAlways variable in Makefile.rules for details). Each
Makefile specifies, via the EXTRA_DIST variable, which
additional files need to be distributed. Only those files that
are needed to build LLVM should be added to EXTRA_DIST.
EXTRA_DIST contains a list of file or directo...
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 Apr 11
3
[LLVMdev] make dist?
Reid,
Could you explain in detail what make dist does? :) I'd like to see how it
can be integrated into the release process.
Thanks,
Tanya