summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 723fefcaf8..56373c0edc 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
#------------------------------------------------------------------------