Wrap a couple more long lines
authorChris Lattner <sabre@nondot.org>
Tue, 14 Feb 2006 04:27:15 +0000 (04:27 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 14 Feb 2006 04:27:15 +0000 (04:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26159 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 0ec0ce2938b8201ac7eb416ac5bfbed03d588b87..9a3c50507502524526efb905200f73e9b166cda9 100644 (file)
@@ -10,7 +10,7 @@
 # This file is included by all of the LLVM makefiles.  For details on how to use
 # it properly, please see the document MakefileGuide.html in the docs directory.
 #
-#===-----------------------------------------------------------------------====
+#===-----------------------------------------------------------------------====#
 
 ################################################################################
 # TARGETS: Define standard targets that can be invoked
@@ -961,13 +961,13 @@ ifdef SHARED_LIBRARY
 
 $(ObjDir)/%.lo $(ObjDir)/%.o: %.cpp $(ObjDir)/.dir $(BUILT_SOURCES)
        $(Echo) "Compiling $*.cpp for $(BuildMode) build (PIC)"
-       $(Verb) if $(LTCompile.CXX) -MD -MT $@ -MP -MF $(ObjDir)/$*.LACXXd $< -o $@ ; \
+       $(Verb) if $(LTCompile.CXX) -MD -MT $@ -MP -MF $(ObjDir)/$*.LACXXd $< -o $@ ;\
        then $(MV) -f "$(ObjDir)/$*.LACXXd" "$(ObjDir)/$*.d"; \
        else $(RM) -f "$(ObjDir)/$*.LACXXd"; exit 1; fi
 
 $(ObjDir)/%.lo $(ObjDir)/%.o: %.cc $(ObjDir)/.dir $(BUILT_SOURCES)
        $(Echo) "Compiling $*.cc for $(BuildMode) build (PIC)"
-       $(Verb) if $(LTCompile.CXX) -MD -MT $@ -MP -MF $(ObjDir)/$*.LACXXd $< -o $@ ; \
+       $(Verb) if $(LTCompile.CXX) -MD -MT $@ -MP -MF $(ObjDir)/$*.LACXXd $< -o $@ ;\
        then $(MV) -f "$(ObjDir)/$*.LACXXd" "$(ObjDir)/$*.d"; \
        else $(RM) -f "$(ObjDir)/$*.LACXXd"; exit 1; fi
 
@@ -1530,7 +1530,8 @@ $(DistDir)/.makedistdir: $(DistSources)
        done
        $(Verb) if test "$(DistDir)" = "$(TopDistDir)" ; then \
          $(EchoCmd) Eliminating CVS/.svn directories from distribution ; \
-         $(RM) -rf `find $(TopDistDir) -type d \( -name CVS -o -name .svn \) -print` ;\
+         $(RM) -rf `find $(TopDistDir) -type d \( -name CVS -o \
+                                  -name .svn \) -print` ;\
          $(MAKE) dist-hook ; \
          $(FIND) $(TopDistDir) -type d ! -perm -777 -exec chmod a+rwx {} \; \
            -o ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; \