Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Aug 2015 23:05:13 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r286486 - projects/collation
Message-ID:  <201508082305.t78N5DkO005307@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Aug  8 23:05:12 2015
New Revision: 286486
URL: https://svnweb.freebsd.org/changeset/base/286486

Log:
  libavl is not needed anymore for localedef(1)

Modified:
  projects/collation/Makefile.inc1

Modified: projects/collation/Makefile.inc1
==============================================================================
--- projects/collation/Makefile.inc1	Sat Aug  8 23:02:46 2015	(r286485)
+++ projects/collation/Makefile.inc1	Sat Aug  8 23:05:12 2015	(r286486)
@@ -1370,8 +1370,6 @@ ${_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
 
@@ -1406,7 +1404,6 @@ bootstrap-tools: .PHONY
     ${_crunch} \
     ${_nmtree} \
     ${_vtfontcvt} \
-    cddl/lib/libavl \
     usr.bin/localedef
 ${_bt}-${_tool}: .PHONY .MAKE
 	${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \



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