From owner-cvs-src@FreeBSD.ORG Fri Mar 18 12:55:08 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B24BE16A4CE; Fri, 18 Mar 2005 12:55:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8612043D41; Fri, 18 Mar 2005 12:55:08 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2ICt8nV001139; Fri, 18 Mar 2005 12:55:08 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2ICt8xZ001138; Fri, 18 Mar 2005 12:55:08 GMT (envelope-from cperciva) Message-Id: <200503181255.j2ICt8xZ001138@repoman.freebsd.org> From: Colin Percival Date: Fri, 18 Mar 2005 12:55:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/rescue/rescue Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 18 Mar 2005 12:55:08 -0000 cperciva 2005-03-18 12:55:07 UTC FreeBSD src repository Modified files: rescue/rescue Makefile Log: Run "make obj" before "make build-tools" in the directories used for building the rescue binary. This fixes a problem with NO_TCSH, where the "make obj" stage of buildworld doesn't recurse into bin/csh, resulting in csh build-tools being put into /usr/src/bin/csh. Pointed out by: dougb (on hackers@) Revision Changes Path 1.42 +1 -0 src/rescue/rescue/Makefile