[LLVMdev] How do I force a complete build ?

Aaron Gray aaronngray.lists at googlemail.com
Wed Jun 17 06:23:50 PDT 2009


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>


More information about the llvm-dev mailing list