tools/tools/locale: fix static-colldef
This commit is contained in:
parent
7341cb0cd1
commit
150367e9aa
@ -126,9 +126,8 @@ build-colldef: static-colldef
|
||||
|
||||
static-colldef:
|
||||
.for area enc in ${COLLATION_SPECIAL}
|
||||
colldef.draft/${area}.${enc}.src: posix/${area}.${enc}.src
|
||||
awk -f ${TOOLSDIR}/extract-colldef.awk \
|
||||
${.ALLSRC} > ${.TARGET} || (rm -f ${.TARGET} && false)
|
||||
posix/${area}.${enc}.src > colldef.draft/${area}.${enc}.src
|
||||
.endfor
|
||||
|
||||
BASE_LOCALES_OF_INTEREST?= \
|
||||
|
Loading…
Reference in New Issue
Block a user