From owner-cvs-all@FreeBSD.ORG Mon Sep 17 17:12:45 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB5D116A41B; Mon, 17 Sep 2007 17:12:45 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 9718813C442; Mon, 17 Sep 2007 17:12:45 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id l8HGcEog014825; Mon, 17 Sep 2007 09:38:14 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id l8HGcEK3014824; Mon, 17 Sep 2007 09:38:14 -0700 (PDT) (envelope-from obrien) Date: Mon, 17 Sep 2007 09:38:14 -0700 From: "David O'Brien" To: Kostik Belousov Message-ID: <20070917163814.GA13343@dragon.NUXI.org> References: <200709171619.l8HGJ2GA028228@repoman.freebsd.org> <20070917162616.GP79542@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070917162616.GP79542@deviant.kiev.zoral.com.ua> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.11 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/common module.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 17:12:45 -0000 On Mon, Sep 17, 2007 at 07:26:16PM +0300, Kostik Belousov wrote: > On Mon, Sep 17, 2007 at 04:19:02PM +0000, David E. O'Brien wrote: > > obrien 2007-09-17 16:19:02 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_6) > > sys/boot/common module.c > > Log: > > Make life with "makeoptions INSTALL_DEBUG" easier. > > > > Revision Changes Path > > 1.25.10.2 +1 -0 src/sys/boot/common/module.c > > Both this commit, as well as gnu/usr.bin/binutils/ld/genscripts.sh:1.6.8.2 > are committed by you directly into RELENG_6, without being put into the > CURRENT first. The need for this is only in 6-STABLE. "makeoptions INSTALL_DEBUG" installs acts differently there. -- -- David (obrien@FreeBSD.org)