[llvm-commits] [llvm] r83284 - /llvm/trunk/Makefile.rules

Jakob Stoklund Olesen stoklund at 2pi.dk
Sun Oct 4 10:54:37 PDT 2009


Author: stoklund
Date: Sun Oct  4 12:54:36 2009
New Revision: 83284

URL: http://llvm.org/viewvc/llvm-project?rev=83284&view=rev
Log:
Remove trailing whitespace from build output.

Modified:
    llvm/trunk/Makefile.rules

Modified: llvm/trunk/Makefile.rules
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile.rules?rev=83284&r1=83283&r2=83284&view=diff

==============================================================================
--- llvm/trunk/Makefile.rules (original)
+++ llvm/trunk/Makefile.rules Sun Oct  4 12:54:36 2009
@@ -1280,7 +1280,7 @@
                   else $(RM) "$(ObjDir)/$*.d.tmp"; exit 1; fi
 
 $(ObjDir)/%.o: %.cpp $(ObjDir)/.dir $(BUILT_SOURCES)
-	$(Echo) "Compiling $*.cpp for $(BuildMode) build " $(PIC_FLAG)
+	$(Echo) "Compiling $*.cpp for $(BuildMode) build" $(PIC_FLAG)
 	$(Verb) if $(Compile.CXX) $(DEPEND_OPTIONS) $< -o $(ObjDir)/$*.o ; \
 	        $(DEPEND_MOVEFILE)
 





More information about the llvm-commits mailing list