From owner-cvs-src-old@FreeBSD.ORG Fri May 29 14:47:03 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DEA3106567C for ; Fri, 29 May 2009 14:47:03 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5659B8FC16 for ; Fri, 29 May 2009 14:47:03 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4TEl3ND053408 for ; Fri, 29 May 2009 14:47:03 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4TEl2cN053407 for cvs-src-old@freebsd.org; Fri, 29 May 2009 14:47:02 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <200905291447.n4TEl2cN053407@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Fri, 29 May 2009 14:42:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2009 14:47:05 -0000 avg 2009-05-29 14:42:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) . Makefile.inc1 Log: SVN rev 193040 on 2009-05-29 14:42:02Z by avg use new btxld when building world in older environment This is a direct commit to the branch. This is for the benefit of those who define LOADER_ZFS_SUPPORT but should't hurt anybody else. Build of zfsboot requires new feature of btxld that it obtained (via MFC) in r192697: "merge 177933. Allow for a zero length 'loader'" (btxld is a build tool and a cross-build tool) Please note that __FreeBSD_version was bumped some time after r192697 for an unrelated change. Reviewed by: des Approved by: jhb (mentor) Revision Changes Path 1.588.2.12 +1 -1 src/Makefile.inc1