X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.rules;h=56373c0edc40a19b96ef65be6fe30d6672c13d89;hb=126b1b868309659e124f7706bc8161943cfc0290;hp=723fefcaf80febf826e84619c69b4d16770fa479;hpb=03840ac2e205b45a7192aa2e198a135f74534942;p=oota-llvm.git diff --git a/Makefile.rules b/Makefile.rules index 723fefcaf80..56373c0edc4 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -1726,8 +1726,10 @@ endif endif check-line-length: - @egrep '.{81}' $(Sources) + @egrep -n '.{81}' $(Sources) +check-for-tabs: + @egrep -n ' ' $(Sources) #------------------------------------------------------------------------ # Print out the directories used for building #------------------------------------------------------------------------