META MODE: Fix 'make the-lot' with recent locale changes

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2015-11-25 19:13:28 +00:00
parent 8e8319a68d
commit 393608176b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291311
9 changed files with 98 additions and 0 deletions

View file

@ -2,6 +2,7 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
usr.bin/localedef.host \
.include <dirdeps.mk>

View file

@ -0,0 +1,12 @@
# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
usr.bin/localedef.host \
.include <dirdeps.mk>
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
.endif

View file

@ -0,0 +1,11 @@
# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
.include <dirdeps.mk>
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
.endif

View file

@ -0,0 +1,11 @@
# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
.include <dirdeps.mk>
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
.endif

View file

@ -0,0 +1,11 @@
# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
.include <dirdeps.mk>
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
.endif

View file

@ -0,0 +1,11 @@
# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
.include <dirdeps.mk>
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
.endif

View file

@ -11,6 +11,7 @@ DIRDEPS = \
usr.bin/clang/clang.host \
usr.bin/clang/tblgen.host \
usr.bin/lex/lib.host \
usr.bin/localedef.host \
usr.bin/mkcsmapper_static.host \
usr.bin/mkesdb_static.host \
usr.bin/mkuzip.host \

View file

@ -4,6 +4,7 @@
DIRDEPS = \
share/atf \
share/ctypedef \
share/colldef \
share/dict \
share/doc/IPv6 \

View file

@ -0,0 +1,39 @@
# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
gnu/lib/csu \
gnu/lib/libgcc \
include \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
usr.bin/yacc.host \
.include <dirdeps.mk>
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
charmap.o: parser.h
charmap.po: parser.h
collate.o: parser.h
collate.po: parser.h
ctype.o: parser.h
ctype.po: parser.h
localedef.o: parser.h
localedef.po: parser.h
messages.o: parser.h
messages.po: parser.h
monetary.o: parser.h
monetary.po: parser.h
numeric.o: parser.h
numeric.po: parser.h
parser.o: parser.c
parser.po: parser.c
scanner.o: parser.h
scanner.po: parser.h
time.o: parser.h
time.po: parser.h
.endif