1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

fix the output dumbness I have introduced some time ago

llvm-svn: 55506
This commit is contained in:
Gabor Greif 2008-08-28 22:32:39 +00:00
parent 86c795a8ca
commit c3711501ef

View 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 '\