[llvm-commits] CVS: llvm/Makefile.rules

Chris Lattner sabre at nondot.org
Sat Apr 14 16:36:07 PDT 2007



Changes in directory llvm:

Makefile.rules updated: 1.430 -> 1.431
---
Log message:

add a target to print out 80-column violations.


---
Diffs of the changes:  (+3 -0)

 Makefile.rules |    3 +++
 1 files changed, 3 insertions(+)


Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.430 llvm/Makefile.rules:1.431
--- llvm/Makefile.rules:1.430	Mon Apr  9 14:08:58 2007
+++ llvm/Makefile.rules	Sat Apr 14 18:35:45 2007
@@ -1725,6 +1725,9 @@
 endif
 endif
 
+check-line-length:
+	@egrep '.{81}' $(Sources)
+
 #------------------------------------------------------------------------
 # Print out the directories used for building
 #------------------------------------------------------------------------






More information about the llvm-commits mailing list