From owner-cvs-gnu Mon Jan 13 05:46:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA13021 for cvs-gnu-outgoing; Mon, 13 Jan 1997 05:46:29 -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 FAA13016; Mon, 13 Jan 1997 05:46:24 -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 FAA00756; Mon, 13 Jan 1997 05:46:13 -0800 (PST) To: Bruce Evans cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org, jkh@freefall.freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/texinfo/install-info Makefile In-reply-to: Your message of "Tue, 14 Jan 1997 00:30:33 +1100." <199701131330.AAA26913@godzilla.zeta.org.au> Date: Mon, 13 Jan 1997 05:46:10 -0800 Message-ID: <727.853163170@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > >> Just put /usr/share/info before texinfo in the bootstrap. > > > >Aehm. That won't save my release target, Bruce. That does a `make all' > >with DESTDIR set appropriately, and the very first install-info invocation > >will fall over from ${DESTDIR}/usr/share/info/dir starvation. > > Put /usr/share/info early in the SUBDIR list. Uh... I'm not even sure *how* to react to that. There's nowhere to do that reasonably in /usr/src/Makefile, where it would need to go in order to make that work, and a perversion of *that* subdir list would be worse than the disease. I think I may just have to change bsd.info.mk to check this. :( Jordan