On Tue, Oct 23, 2001 at 08:43:29PM +0100, Mark Murray wrote: > > Actually, it is possible for there to be no copies: target in > src/share/examples/<something>. The copies: (actually copies::) > target is built up in a .for loop that may be empty. > > The fix is a dummy copies:: target.
I've tested the following patch, and it works like a charm. At least, it let me build and install world with a clean /usr/obj :-) hades!sysop:[/usr/src/share/examples]# cvs -q dif -2cl | more Index: Makefile =================================================================== RCS file: /home/ncvs/src/share/examples/Makefile,v retrieving revision 1.29 diff -2 -c -r1.29 Makefile *** Makefile 20 Oct 2001 04:18:13 -0000 1.29 --- Makefile 22 Oct 2001 01:29:03 -0000 *************** *** 22,25 **** --- 22,29 ---- beforeinstall: etc-examples ${SHARED} + copies:: + + symlinks:: + .for dir in ${DIRS} FILES!= find -L ${dir} \( -name CVS -prune \) -o -type f -print -giorgos To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message