On 2003-01-03 13:09, Dirk-Willem van Gulik <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to