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:
parent
86c795a8ca
commit
c3711501ef
@ -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 '\
|
||||
|
Loading…
Reference in New Issue
Block a user