Date: Sat, 4 Jan 2003 12:18:06 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Dirk-Willem van Gulik <dirkx@webweaving.org> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: make world - 'touch' breakage Message-ID: <20030104101806.GC55074@gothmog.gr> In-Reply-To: <20030103130741.Q48300-100000@foem.leiden.webweaving.org> References: <20030103130741.Q48300-100000@foem.leiden.webweaving.org>
index | next in thread | previous in thread | raw e-mail
On 2003-01-03 13:09, Dirk-Willem van Gulik <dirkx@webweaving.org> 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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030104101806.GC55074>
