From owner-cvs-src@FreeBSD.ORG Tue Jul 29 11:32:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 681ED1065676; Tue, 29 Jul 2008 11:32:45 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3ED478FC1F; Tue, 29 Jul 2008 11:32:45 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m6TBWjNm003438; Tue, 29 Jul 2008 11:32:45 GMT (envelope-from des@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6TBWjxe003437; Tue, 29 Jul 2008 11:32:45 GMT (envelope-from des@repoman.freebsd.org) Message-Id: <200807291132.m6TBWjxe003437@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to des@repoman.freebsd.org using -f From: Dag-Erling Smorgrav Date: Tue, 29 Jul 2008 11:32:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/timedef Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2008 11:32:45 -0000 des 2008-07-29 11:32:42 UTC FreeBSD src repository Modified files: share/timedef Makefile Log: SVN rev 180959 on 2008-07-29 11:32:42Z by des In the previous commit, no_NO should have been replaced with nb_NO in the LOCALES list. Since no_NO was still in LOCALES, make tried to build the corresponding .out files, but couldn't since the .src files were gone. I did not notice this because I still had the old .out files in my .OBJDIR. Thanks to kib@ for the heads-up. Revision Changes Path 1.52 +2 -2 src/share/timedef/Makefile