From 5039a6f4f52238c1a0f9f589296ba5afd125bc5f Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Thu, 28 Aug 2008 22:32:39 +0000 Subject: [PATCH] fix the output dumbness I have introduced some time ago git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55506 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.rules b/Makefile.rules index a7a48799109..e99d4960bbb 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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 '\