add a way to make this less brittle
[oota-llvm.git] / Makefile.rules
index de97781fcc47e1f38dd635f67480891b915c550c..56373c0edc40a19b96ef65be6fe30d6672c13d89 100644 (file)
@@ -1725,6 +1725,11 @@ uninstall-local::
 endif
 endif
 
+check-line-length:
+       @egrep -n '.{81}' $(Sources)
+
+check-for-tabs:
+       @egrep -n '     ' $(Sources)
 #------------------------------------------------------------------------
 # Print out the directories used for building
 #------------------------------------------------------------------------