The attached patch makes VERBOSE builds easier to wade through.  It's likely
to also permute the PROJ_* and LLVM_* includes, but I don't think that
should matter.  I've done a full-tree compile and everything seems to be
working.

Thanks,
Sam Bishop


 ***  Before  ***
[EMAIL PROTECTED] make VERBOSE=1
llvm[0]: Compiling CommandLine.cpp for Debug build
if g++ -I/u/sbishop/llvm/lib/Support -I/u/sbishop/llvm/lib/Support
-I/u/sbishop/llvm/include -I/u/sbishop/llvm/include
-I/u/sbishop/llvm/include -I/u/sbishop/llvm/include ...

 ***  After   ***
[EMAIL PROTECTED] make VERBOSE=1
llvm[0]: Compiling CommandLine.cpp for Debug build
if g++ -I/u/sbishop/llvm/include -I/u/sbishop/llvm/lib/Support/include ...

Attachment: Makefile.rules.patch
Description: Binary data

_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to