From owner-svn-src-all@FreeBSD.ORG Fri Apr 17 22:20:44 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAF10106564A; Fri, 17 Apr 2009 22:20:44 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CA1E08FC15; Fri, 17 Apr 2009 22:20:44 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n3HMKiJ5036379; Fri, 17 Apr 2009 22:20:44 GMT (envelope-from kientzle@svn.freebsd.org) Received: (from kientzle@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n3HMKiuF036378; Fri, 17 Apr 2009 22:20:44 GMT (envelope-from kientzle@svn.freebsd.org) Message-Id: <200904172220.n3HMKiuF036378@svn.freebsd.org> From: Tim Kientzle Date: Fri, 17 Apr 2009 22:20:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r191227 - head/rescue/rescue X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2009 22:20:45 -0000 Author: kientzle Date: Fri Apr 17 22:20:44 2009 New Revision: 191227 URL: http://svn.freebsd.org/changeset/base/191227 Log: *** empty log message *** Modified: head/rescue/rescue/Makefile Modified: head/rescue/rescue/Makefile ============================================================================== --- head/rescue/rescue/Makefile Fri Apr 17 22:13:41 2009 (r191226) +++ head/rescue/rescue/Makefile Fri Apr 17 22:20:44 2009 (r191227) @@ -118,7 +118,7 @@ CRUNCH_PROGS_sbin= atacontrol badsect mount_udf mount_unionfs newfs \ newfs_msdos nos-tun ping reboot \ restore rcorder route routed rtquery rtsol savecore \ - spppcontrol swapon sysctl tunefs umount + spppcontrol swapon sysctl tunefs umount .if ${MK_ATM} != "no" CRUNCH_PROGS_sbin+= atmconfig @@ -188,7 +188,7 @@ CRUNCH_BUILDOPTS_dhclient= -DRELEASE_CRU ################################################################## # Programs from stock /usr/bin -# +# CRUNCH_SRCDIRS+= usr.bin CRUNCH_PROGS_usr.bin= head mt sed tail tee @@ -211,7 +211,7 @@ CRUNCH_ALIAS_id= groups whoami ################################################################## # Programs from stock /usr/sbin -# +# CRUNCH_SRCDIRS+= usr.sbin CRUNCH_PROGS_usr.sbin= chroot @@ -303,7 +303,7 @@ objs: $(OUTMK) # Someone should replace the bin/csh and bin/sh build-tools with # shell scripts so we can remove this nonsense. build-tools: -.for _tool in bin/csh bin/sh +.for _tool in bin/csh bin/sh cd $(.CURDIR)/../../${_tool}; \ MAKEOBJDIRPREFIX=${CRUNCHOBJS} ${MAKE} obj; \ MAKEOBJDIRPREFIX=${CRUNCHOBJS} ${MAKE} build-tools