Author: bdrewery
Date: Wed Nov 25 19:13:28 2015
New Revision: 291311
URL: https://svnweb.freebsd.org/changeset/base/291311

Log:
  META MODE: Fix 'make the-lot' with recent locale changes
  
  Sponsored by: EMC / Isilon Storage Division

Added:
  head/share/ctypedef/Makefile.depend
     - copied, changed from r291310, head/share/colldef/Makefile.depend
  head/share/monetdef/Makefile.depend
     - copied, changed from r291310, head/share/colldef/Makefile.depend
  head/share/msgdef/Makefile.depend
     - copied, changed from r291310, head/share/colldef/Makefile.depend
  head/share/numericdef/Makefile.depend
     - copied, changed from r291310, head/share/colldef/Makefile.depend
  head/share/timedef/Makefile.depend
     - copied, changed from r291310, head/share/colldef/Makefile.depend
  head/usr.bin/localedef/Makefile.depend   (contents, props changed)
Modified:
  head/share/colldef/Makefile.depend
  head/targets/pseudo/hosttools/Makefile.depend
  head/targets/pseudo/userland/share/Makefile.depend

Modified: head/share/colldef/Makefile.depend
==============================================================================
--- head/share/colldef/Makefile.depend  Wed Nov 25 19:10:59 2015        
(r291310)
+++ head/share/colldef/Makefile.depend  Wed Nov 25 19:13:28 2015        
(r291311)
@@ -2,6 +2,7 @@
 # Autogenerated - do NOT edit!
 
 DIRDEPS = \
+       usr.bin/localedef.host \
 
 
 .include <dirdeps.mk>

Copied and modified: head/share/ctypedef/Makefile.depend (from r291310, 
head/share/colldef/Makefile.depend)
==============================================================================
--- head/share/colldef/Makefile.depend  Wed Nov 25 19:10:59 2015        
(r291310, copy source)
+++ head/share/ctypedef/Makefile.depend Wed Nov 25 19:13:28 2015        
(r291311)
@@ -2,6 +2,7 @@
 # Autogenerated - do NOT edit!
 
 DIRDEPS = \
+       usr.bin/localedef.host \
 
 
 .include <dirdeps.mk>

Copied and modified: head/share/monetdef/Makefile.depend (from r291310, 
head/share/colldef/Makefile.depend)
==============================================================================

Copied and modified: head/share/msgdef/Makefile.depend (from r291310, 
head/share/colldef/Makefile.depend)
==============================================================================

Copied and modified: head/share/numericdef/Makefile.depend (from r291310, 
head/share/colldef/Makefile.depend)
==============================================================================

Copied and modified: head/share/timedef/Makefile.depend (from r291310, 
head/share/colldef/Makefile.depend)
==============================================================================

Modified: head/targets/pseudo/hosttools/Makefile.depend
==============================================================================
--- head/targets/pseudo/hosttools/Makefile.depend       Wed Nov 25 19:10:59 
2015        (r291310)
+++ head/targets/pseudo/hosttools/Makefile.depend       Wed Nov 25 19:13:28 
2015        (r291311)
@@ -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 \

Modified: head/targets/pseudo/userland/share/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/share/Makefile.depend  Wed Nov 25 19:10:59 
2015        (r291310)
+++ head/targets/pseudo/userland/share/Makefile.depend  Wed Nov 25 19:13:28 
2015        (r291311)
@@ -4,6 +4,7 @@
 
 DIRDEPS = \
        share/atf \
+       share/ctypedef \
        share/colldef \
        share/dict \
        share/doc/IPv6 \

Added: head/usr.bin/localedef/Makefile.depend
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/usr.bin/localedef/Makefile.depend      Wed Nov 25 19:13:28 2015        
(r291311)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to