From owner-cvs-all@FreeBSD.ORG Fri Dec 30 22:48:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 3E5D616A41F; Fri, 30 Dec 2005 22:48:54 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8794543D48; Fri, 30 Dec 2005 22:48:53 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (net-ix.gw.ai.net [205.134.160.6] (may be forged)) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id jBUNIwSF006975 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 30 Dec 2005 18:18:59 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Fri, 30 Dec 2005 17:48:46 -0500 From: Tom Rhodes To: Ruslan Ermilov Message-Id: <20051230174846.3dabab29.trhodes@FreeBSD.org> In-Reply-To: <200512301529.jBUFTodg060068@repoman.freebsd.org> References: <200512301529.jBUFTodg060068@repoman.freebsd.org> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/config config.h main.c mkmakefile.c mkoptions.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Dec 2005 22:48:54 -0000 On Fri, 30 Dec 2005 15:29:50 +0000 (UTC) Ruslan Ermilov wrote: > ru 2005-12-30 15:29:50 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/config config.h main.c mkmakefile.c mkoptions.c > Log: > Clean up most of the "XXX"-tagged items: > > - The code that creates hints.c and env.c from the skeleton files > moved into separate functions. > > - Sanity checks for missing "ident" and "cputype" directives moved > into main(), alongside the existing check for "machine". Thanks!!! Really makes my day when I see someone cleaning up a few of the XXX items. :) -- Tom Rhodes