xref: /aosp_15_r20/external/coreboot/util/lint/Makefile (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2sort: sort-spelling.txt
3
4sort-%: %
5	csplit --prefix $<- $< '/^$$/'
6	LC_ALL="en_US.UTF-8" LANG= sort -u $<-01 | cat $<-00 - > $<
7	rm -f $<-0[01]
8