mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-08 15:30:40 +01:00
restore 8859-5, remove BUILD_TOOLS define
This commit is contained in:
parent
63bf54263a
commit
97b80e70e6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52330
@ -11,6 +11,7 @@ LOCALES= ja_JP.EUC \
|
||||
lt_LN.ISO_8859-2 \
|
||||
lt_LN.DIS_8859-15 \
|
||||
ru_SU.CP866 \
|
||||
ru_SU.ISO_8859-5 \
|
||||
ru_SU.KOI8-R \
|
||||
zh_CN.EUC \
|
||||
zh_TW.Big5
|
||||
@ -29,11 +30,8 @@ LATIN2LINKS = hr_HR hu_HU pl_PL sl_SI
|
||||
.src.out:
|
||||
mklocale -o ${.TARGET} ${.IMPSRC}
|
||||
|
||||
.if !defined(_BUILD_TOOLS)
|
||||
all: ${LOCALES:S/$/.out/g}
|
||||
.endif
|
||||
|
||||
.if !defined(_BUILD_TOOLS)
|
||||
afterinstall:
|
||||
.for locale in ${LOCALES}
|
||||
${INSTALL} ${COPY} -m 644 -o ${BINOWN} -g ${BINGRP} \
|
||||
@ -53,6 +51,5 @@ afterinstall:
|
||||
.endfor
|
||||
ln -fs ../ja_JP.SJIS/LC_CTYPE \
|
||||
${LOCALEDIR}/ja_JP.Shift_JIS/LC_CTYPE
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user