From owner-cvs-all@FreeBSD.ORG Fri Oct 8 01:26:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7948D16A4CE; Fri, 8 Oct 2004 01:26:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5814643D1D; Fri, 8 Oct 2004 01:26:14 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i981QEKo064836; Fri, 8 Oct 2004 01:26:14 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i981QEC4064835; Fri, 8 Oct 2004 01:26:14 GMT (envelope-from delphij) Message-Id: <200410080126.i981QEC4064835@repoman.freebsd.org> From: Xin LI Date: Fri, 8 Oct 2004 01:26:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/mklocale Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2004 01:26:14 -0000 delphij 2004-10-08 01:26:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/mklocale Makefile Log: Because that GB18030 needs several libc functions to be actually functional and presently they are not back-ported, disable the build of GB18030 locale by now so we won't get the 13K+ warnings when doing ``make buildworld''. Noticed by: ru Approved by: murray (mentor) Revision Changes Path 1.28.2.14 +3 -1 src/share/mklocale/Makefile