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