From owner-cvs-all@FreeBSD.ORG Sat Aug 6 10:11:58 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 00BA316A41F; Sat, 6 Aug 2005 10:11:58 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from haven.freebsd.dk (haven.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9981E43D45; Sat, 6 Aug 2005 10:11:57 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from phk.freebsd.dk (unknown [192.168.48.2]) by haven.freebsd.dk (Postfix) with ESMTP id 873A4BC66; Sat, 6 Aug 2005 10:11:55 +0000 (UTC) To: Ruslan Ermilov From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sat, 06 Aug 2005 12:36:14 +0300." <20050806093614.GI48504@ip.net.ua> Date: Sat, 06 Aug 2005 12:11:54 +0200 Message-ID: <25357.1123323114@phk.freebsd.dk> Sender: phk@phk.freebsd.dk Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin Makefile 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: Sat, 06 Aug 2005 10:11:58 -0000 In message <20050806093614.GI48504@ip.net.ua>, Ruslan Ermilov writes: > >On Sat, Aug 06, 2005 at 06:56:39AM +0000, Poul-Henning Kamp wrote: >> phk 2005-08-06 06:56:39 UTC >> >> FreeBSD src repository >> >> Modified files: >> usr.bin Makefile >> Log: >> Put hesinfo(1) under buildoption "YES_HESIOD" >> >> Revision Changes Path >> 1.283 +5 -1 src/usr.bin/Makefile >> >Traditionally, this would be spelled "WITH_HESIOD". Yes, but I wanted to clear category for toplevel-only build options. The WITH_FOO have traditionally been used to control single programs, but you can't enable HESIOD in amd if it is not also in libc, so the YES_FOO options are intended to be usable only for buildworld and installworld targets. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.