From owner-cvs-src@FreeBSD.ORG Fri Dec 30 15:29:52 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D80B16A41F; Fri, 30 Dec 2005 15:29:52 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DCF943D4C; Fri, 30 Dec 2005 15:29:50 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUFTooH060069; Fri, 30 Dec 2005 15:29:50 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUFTodg060068; Fri, 30 Dec 2005 15:29:50 GMT (envelope-from ru) Message-Id: <200512301529.jBUFTodg060068@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 30 Dec 2005 15:29:50 +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/usr.sbin/config config.h main.c mkmakefile.c mkoptions.c 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: Fri, 30 Dec 2005 15:29:52 -0000 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". PR: bin/90310 Submitted by: Matt Emmerton Revision Changes Path 1.59 +2 -0 src/usr.sbin/config/config.h 1.70 +15 -0 src/usr.sbin/config/main.c 1.84 +22 -13 src/usr.sbin/config/mkmakefile.c 1.33 +0 -4 src/usr.sbin/config/mkoptions.c