From owner-freebsd-current Mon Sep 2 11:53:21 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B328437B405 for ; Mon, 2 Sep 2002 11:53:12 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2590043E77 for ; Mon, 2 Sep 2002 11:53:07 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g82Ir4Hu009899 for ; Mon, 2 Sep 2002 12:53:04 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 02 Sep 2002 12:52:43 -0600 (MDT) Message-Id: <20020902.125243.39997233.imp@bsdimp.com> To: current@FreeBSD.ORG Subject: Re: installworld broken From: "M. Warner Losh" In-Reply-To: <20020902.114349.111929720.imp@bsdimp.com> References: <20020902.114349.111929720.imp@bsdimp.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <20020902.114349.111929720.imp@bsdimp.com> "M. Warner Losh" writes: : I've had to add ex, touch and gencat to the installworld target. And : I've still not manged to complete a installworld. : : anybody else see this? Index: Makefile.inc1 =================================================================== RCS file: /home/imp/FreeBSD/CVS/src/Makefile.inc1,v retrieving revision 1.303 diff -u -r1.303 Makefile.inc1 --- Makefile.inc1 23 Aug 2002 12:49:16 -0000 1.303 +++ Makefile.inc1 2 Sep 2002 18:51:38 -0000 @@ -371,9 +372,9 @@ # distributeworld installworld: installcheck mkdir -p ${INSTALLTMP} - for prog in [ awk cat chflags chmod chown date echo egrep find grep \ - ln make mkdir mtree mv pwd_mkdb rm sed sh sysctl \ - test true uname wc zic; do \ + for prog in [ awk cap_mkdb cat chflags chmod chown date echo ex \ + egrep find gencat grep ln m4 make mkdir mtree mv pwd_mkdb rm \ + sed sh sysctl test touch true uname wc zic; do \ cp `which $$prog` ${INSTALLTMP}; \ done cd ${.CURDIR}; ${IMAKE} re${.TARGET:S/world$//} I plan to commit this change soon unless somone objects. Yes, all the programs I added are necessary. Why they are now and not before, I know not. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message