Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Aug 2015 00:18:33 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r286433 - projects/collation
Message-ID:  <201508080018.t780IXGD023207@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Aug  8 00:18:32 2015
New Revision: 286433
URL: https://svnweb.freebsd.org/changeset/base/286433

Log:
  Add localedef(1) to bootstrap tools

Modified:
  projects/collation/Makefile.inc1

Modified: projects/collation/Makefile.inc1
==============================================================================
--- projects/collation/Makefile.inc1	Fri Aug  7 23:53:31 2015	(r286432)
+++ projects/collation/Makefile.inc1	Sat Aug  8 00:18:32 2015	(r286433)
@@ -1370,6 +1370,8 @@ ${_bt}-usr.bin/mandoc: ${_bt}-lib/liboha
 _makewhatis=usr.bin/makewhatis
 .endif
 
+${_bt}-usr.bin/localedef: ${_bt}-cddl/lib/libavl
+
 # Rebuild up-to-date libmd for xinstall
 ${_bt}-usr.bin/xinstall: ${_bt}-lib/libmd
 
@@ -1403,7 +1405,9 @@ bootstrap-tools: .PHONY
     usr.sbin/config \
     ${_crunch} \
     ${_nmtree} \
-    ${_vtfontcvt}
+    ${_vtfontcvt} \
+    cddl/lib/libavl \
+    usr.bin/localedef
 ${_bt}-${_tool}: .PHONY .MAKE
 	${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \
 		cd ${.CURDIR}/${_tool} && \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508080018.t780IXGD023207>