mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
locale: make install
Reviewed by: bapt MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D53962
This commit is contained in:
parent
95f37aa3e5
commit
36cfa8093d
4 changed files with 5 additions and 0 deletions
|
|
@ -114,11 +114,13 @@ SYMLINKS+= ../$f/${FILESNAME} \
|
|||
|
||||
.for f in ${LOCALES}
|
||||
FILESDIR_${f}.LC_COLLATE= ${LOCALEDIR}/${f}
|
||||
FILESDIR_${f}.LC_COLLATEPACKAGE= locales
|
||||
.endfor
|
||||
|
||||
.for f t in ${LOCALES_MAPPED}
|
||||
FILES+= $t.LC_COLLATE
|
||||
FILESDIR_$t.LC_COLLATE= ${LOCALEDIR}/$t
|
||||
FILESDIR_$t.LC_COLLATEPACKAGE= locales
|
||||
$t.LC_COLLATE: ${.CURDIR}/$f.src
|
||||
localedef ${LOCALEDEF_ENDIAN} -D -U -i ${.ALLSRC} \
|
||||
-V ${CLDR_VERSION} \
|
||||
|
|
|
|||
|
|
@ -106,6 +106,7 @@ SYMLINKS+= ../$f/${FILESNAME} \
|
|||
|
||||
.for f in ${LOCALES}
|
||||
FILESDIR_${f}.out= ${LOCALEDIR}/${f}
|
||||
FILESDIR_${f}.outPACKAGE= locales
|
||||
.endfor
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -106,6 +106,7 @@ SYMLINKS+= ../$f/${FILESNAME} \
|
|||
|
||||
.for f in ${LOCALES}
|
||||
FILESDIR_${f}.out= ${LOCALEDIR}/${f}
|
||||
FILESDIR_${f}.outPACKAGE= locales
|
||||
.endfor
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -106,6 +106,7 @@ SYMLINKS+= ../$f/${FILESNAME} \
|
|||
|
||||
.for f in ${LOCALES}
|
||||
FILESDIR_${f}.out= ${LOCALEDIR}/${f}
|
||||
FILESDIR_${f}.outPACKAGE= locales
|
||||
.endfor
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue