fix the output dumbness I have introduced some time ago
authorGabor Greif <ggreif@gmail.com>
Thu, 28 Aug 2008 22:32:39 +0000 (22:32 +0000)
committerGabor Greif <ggreif@gmail.com>
Thu, 28 Aug 2008 22:32:39 +0000 (22:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55506 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index a7a4879910995f71ae4f3751ff4300c93bb2d8a4..e99d4960bbb60be450ae8aff6a669310225021f5 100644 (file)
@@ -1750,13 +1750,13 @@ check-line-length:
        @echo searching for overlength lines in files: $(Sources)
        @echo
        @echo
-       @egrep -n '.{81}' $(Sources) /dev/null
+       egrep -n '.{81}' $(Sources) /dev/null
 
 check-for-tabs:
        @echo searching for tabs in files: $(Sources)
        @echo
        @echo
-       @egrep -n '     ' $(Sources) /dev/null
+       egrep -n '      ' $(Sources) /dev/null
 
 check-footprint:
        @ls -l $(LibDir) | awk '\