X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.rules;h=56373c0edc40a19b96ef65be6fe30d6672c13d89;hb=bb58b9c3c03dda9d03e92a9dd2a0d00dfb922331;hp=de97781fcc47e1f38dd635f67480891b915c550c;hpb=0522d8b12413f2799dfe5c88e95f69141265b087;p=oota-llvm.git diff --git a/Makefile.rules b/Makefile.rules index de97781fcc4..56373c0edc4 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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 #------------------------------------------------------------------------