From owner-freebsd-hackers Sat Jan 4 2:18:19 2003 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEB4837B401 for ; Sat, 4 Jan 2003 02:18:17 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6E9443EDC for ; Sat, 4 Jan 2003 02:18:15 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a172.otenet.gr [212.205.215.172]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h04AI94V002496; Sat, 4 Jan 2003 12:18:13 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id h04AI9h2004151; Sat, 4 Jan 2003 12:18:09 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id h04AI6Xf004115; Sat, 4 Jan 2003 12:18:06 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 4 Jan 2003 12:18:06 +0200 From: Giorgos Keramidas To: Dirk-Willem van Gulik Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: make world - 'touch' breakage Message-ID: <20030104101806.GC55074@gothmog.gr> References: <20030103130741.Q48300-100000@foem.leiden.webweaving.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030103130741.Q48300-100000@foem.leiden.webweaving.org> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-01-03 13:09, Dirk-Willem van Gulik wrote: > > The last few weeks 'make world' &.al. breaks for me on 'touch' not found. I solved this some time in the past, when it appeared during one of my upgrades from 4.X to 5.X, by adding touch to the bootstrap-tools target in src/Makefile.inc1. I don't remember when this had broken my builds though, but the patch I had used is this: %%% Index: Makefile.inc1 =================================================================== RCS file: /home/ncvs/src/Makefile.inc1,v retrieving revision 1.314 diff -u -r1.314 Makefile.inc1 --- Makefile.inc1 30 Dec 2002 10:01:25 -0000 1.314 +++ Makefile.inc1 4 Jan 2003 10:17:06 -0000 @@ -605,7 +605,7 @@ bootstrap-tools: .for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef \ - usr.bin/makewhatis usr.bin/rpcgen usr.bin/uudecode \ + usr.bin/makewhatis usr.bin/rpcgen usr.bin/touch usr.bin/uudecode \ usr.bin/xargs usr.bin/xinstall \ usr.sbin/config usr.sbin/kbdcontrol \ gnu/usr.bin/gperf gnu/usr.bin/groff gnu/usr.bin/texinfo %%% To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message