How do I make 'make tools-only' do a complete build, I tried '-B' flag but that seemed to trigger complete reconfiguration of every makefile, and takes ages. Many thanks in advance, Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090617/104f28ef/attachment.html>
2009/6/17 Aaron Gray <aaronngray.lists at googlemail.com>> How do I make 'make tools-only' do a complete build, I tried '-B' flag > but that seemed to trigger complete reconfiguration of every makefile, and > takes ages. >Ah :- make clean make tools-only The tools-only target does not seem to be in the LLVM Makefile Guide in the listed Targets. Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090617/305f5147/attachment.html>
Seemingly Similar Threads
- [LLVMdev] OCAML and ocamldoc requirements on building andinstalling LLVM
- [LLVMdev] make-test dependencies on local directory
- [LLVMdev] [Cygwin] error building llvm-gcc - X86ATTAsmPrinter error in libstdc++
- [LLVMdev] [patch] CodeEmitter Memory Foot Reduction
- [LLVMdev] [Cygwin] llvm-gcc-4 bug - popcountsi2.o assertion ""V == V2 && "Didn't find key?""