Date: Tue, 11 Nov 1997 18:10:01 -0800 (PST) From: Bruce Evans <bde@zeta.org.au> To: freebsd-bugs Subject: Re: docs/5016: make -j4 fails in share/doc/usd/13.viref Message-ID: <199711120210.SAA16869@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/5016; it has been noted by GNATS. From: Bruce Evans <bde@zeta.org.au> To: charnier@xp11.frmug.org, FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: docs/5016: make -j4 fails in share/doc/usd/13.viref Date: Wed, 12 Nov 1997 13:03:40 +1100 >>How-To-Repeat: > > cd /usr/src/share/doc/usd/13.viref > make cleandir obj > make -j4 > >soelim: index.so: No such file or directory ><standard input>:8242: can't open `index.so': No such file or directory > >>Fix: > > .ORDER: index.so paper.ascii.gz doesn't work. mk/bsd.doc.mk seems to have the same bug as boggle/Makefile (RIP). index.so is in ${OBJS}, but the apparent dependency of ${DFILE} on ${OBJS} doesn't work, at least with -j, because `::' is (ab)used. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711120210.SAA16869>