mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
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
This commit is contained in:
parent
ba36cb5242
commit
5039a6f4f5
@ -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