[llvm-commits] Makefile.rules patch: remove redundant -I compiler flags

Sam Bishop sam at bishop.dhs.org
Tue Jan 15 09:07:49 PST 2008


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  ***
sbishop at sbishop-lnx$ 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   ***
sbishop at sbishop-lnx$ 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 ...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile.rules.patch
Type: application/octet-stream
Size: 959 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080115/954ab9dd/attachment.obj>


More information about the llvm-commits mailing list