From owner-cvs-src@FreeBSD.ORG Sun Jun 29 07:16:09 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 2CE321065672; Sun, 29 Jun 2008 07:16:09 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 01E828FC0A; Sun, 29 Jun 2008 07:16:09 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5T7G84e095006; Sun, 29 Jun 2008 07:16:08 GMT (envelope-from jb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5T7G81D095005; Sun, 29 Jun 2008 07:16:08 GMT (envelope-from jb@repoman.freebsd.org) Message-Id: <200806290716.m5T7G81D095005@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jb@repoman.freebsd.org using -f From: John Birrell Date: Sun, 29 Jun 2008 07:15:57 +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 mkmakefile.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: Sun, 29 Jun 2008 07:16:09 -0000 jb 2008-06-29 07:15:57 UTC FreeBSD src repository Modified files: usr.sbin/config mkmakefile.c Log: SVN rev 180089 on 2008-06-29 07:15:57Z by jb Revice the way the CTF conversion is done per object. Avoid creating a second shell (which was the problem with the original implementation) and avoid letting make see an empty definition (which was the problem with the current implementation). Revision Changes Path 1.94 +1 -1 src/usr.sbin/config/mkmakefile.c