util/lint: Update spelling.txt, add makefile to sort it

- Update spelling.txt with Lintian changes
- Remove words that are going to mess up code
- Add comments to the header about what words should be removed, along
with where the files
- Add Makefile to sort the list

Note that this undoes some of the sorting that Patrick introduced in
commit CB:38632 - ID: 805b291830
I just cannot reproduce his sort order, even using the script he put
into the commit message.

Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: Ic131d5b08409f43eb700dcc8f125af00cff53d71
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64893
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Martin Roth 2022-06-01 20:19:53 -06:00 committed by Martin L Roth
parent 3c35a5b7ec
commit 7726a7f272
2 changed files with 189 additions and 37 deletions

6
util/lint/Makefile Normal file
View File

@ -0,0 +1,6 @@
sort: sort-spelling.txt
sort-%: %
csplit --prefix $<- $< '/^$$/'
LC_ALL="en_US.UTF-8" LANG= sort -u $<-01 | cat $<-00 - > $<
rm -f $<-0[01]

File diff suppressed because it is too large Load Diff