1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

- Fix object directory creation when running threaded buildworld

This commit is contained in:
Gabor Kovesdan 2009-03-13 22:41:30 +00:00
parent 3f67dc0f46
commit 49a33c0b43
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189777

View File

@ -31,7 +31,7 @@ NLS+= ru_RU.KOI8-R
NLS+= sk_SK.ISO8859-2
NLS+= sv_SE.ISO8859-1
beforeinstall:
.BEGIN:
.for c in ${NLS}
mkdir -p ${CANONICALOBJDIR}/../../lib32/usr/share/nls/${c}
mkdir -p ${CANONICALOBJDIR}/../../tmp/usr/share/nls/${c}