summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-08-28 22:32:39 +0000
committerGabor Greif <ggreif@gmail.com>2008-08-28 22:32:39 +0000
commit2dd54ed593638944d293275047cacfa5d7fac3cc (patch)
tree830bca197162a131c768c00fb822a34dff7c4ba0
parentc400511a551f5c972bf1378f5975e28fa761e959 (diff)
downloadbcm5719-llvm-2dd54ed593638944d293275047cacfa5d7fac3cc.tar.gz
bcm5719-llvm-2dd54ed593638944d293275047cacfa5d7fac3cc.zip
fix the output dumbness I have introduced some time ago
llvm-svn: 55506
-rw-r--r--llvm/Makefile.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index a7a48799109..e99d4960bbb 100644
--- a/llvm/Makefile.rules
+++ b/llvm/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 '\
OpenPOWER on IntegriCloud