From owner-freebsd-hackers Sat Jan 11 02:08:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA08926 for hackers-outgoing; Sat, 11 Jan 1997 02:08:22 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id CAA08921; Sat, 11 Jan 1997 02:08:18 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.4/8.6.9) with ESMTP id CAA10933; Sat, 11 Jan 1997 02:08:11 -0800 (PST) To: Josh MacDonald cc: Randy DuCharme , freebsd-current@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: texinfo commits done In-reply-to: Your message of "Fri, 10 Jan 1997 22:21:35 PST." <199701110621.WAA09412@paris.CS.Berkeley.EDU> Date: Sat, 11 Jan 1997 02:08:11 -0800 Message-ID: <10929.852977291@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Add dependencies to the lib-tools or build-tools targets as necessary, please. See how the world rule in /usr/src/Makefile bootstraps itself and see if you can make these texinfo changes DTRT. Thanks! Jordan > In order, you need to: > > (cd /usr/src/share/info; make beforeinstall) > (cd /usr/src/share/mk; make install) > (cd /usr/src/gnu/usr.bin/texinfo; make all install) > > And then you should be able to make install from any of the > documentation directories I just modified. I said at least > most of this in previous mail. > > -josh > > > Josh MacDonald wrote: > > > > > > To my knowledge, everything should build properly now. Let me know > > > if something breaks. > > > > > > -josh > > > > > > Mine breaks .... > > > > gzip -c as-all.info > as-all.info.gz > > install -c -s -o bin -g bin -m 555 as /usr/bin > > ===> doc > > install-info --defsection="Programming & development tools." -- > > defentry="* AS: > > (as-all). The GNU Assembler manual." as-all.info > > //usr/share/info/ > > ins nfo: not found > > *** code 127 > > > > Stop. > > *** Error code 1 > > > > Stop. > > *** Error code 1 > > > > Stop. > > *** Error code 1 > > > > Stop. > >