From owner-cvs-src-old@FreeBSD.ORG Fri Mar 13 10:13:21 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 95BAB106564A for ; Fri, 13 Mar 2009 10:13:21 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 697AB8FC16 for ; Fri, 13 Mar 2009 10:13:21 +0000 (UTC) (envelope-from ru@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 n2DADLa3083353 for ; Fri, 13 Mar 2009 10:13:21 GMT (envelope-from ru@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2DADLk4083352 for cvs-src-old@freebsd.org; Fri, 13 Mar 2009 10:13:21 GMT (envelope-from ru@repoman.freebsd.org) Message-Id: <200903131013.n2DADLk4083352@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ru@repoman.freebsd.org using -f From: Ruslan Ermilov Date: Fri, 13 Mar 2009 10:09:08 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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, 13 Mar 2009 10:13:22 -0000 ru 2009-03-13 10:09:08 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: SVN rev 189764 on 2009-03-13 10:09:08Z by ru Don't put "install-info" to the list of install-tools if we're installing with -DWITHOUT_INFO, otherwise one can experience a failure trying to installworld on a system that is built with -DWITHOUT_INFO (i.e., without /usr/bin/install-info). Reported by: bland MFC after: 3 days Revision Changes Path 1.619 +5 -1 src/Makefile.inc1