From owner-freebsd-current Tue Jan 18 6:21:38 2000 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id A99D514E0B; Tue, 18 Jan 2000 06:21:33 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (beefcake.zeta.org.au [203.26.10.12]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id BAA06329; Wed, 19 Jan 2000 01:20:42 +1100 Date: Wed, 19 Jan 2000 01:20:38 +1100 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: Ruslan Ermilov Cc: Sheldon Hearn , marcel@FreeBSD.ORG, Munehiro Matsuda , freebsd-current@FreeBSD.ORG Subject: Re: Is texinfo needed for buildworld with -DNOINFO ? In-Reply-To: <20000118152012.A15591@relay.ucb.crimea.ua> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 18 Jan 2000, Ruslan Ermilov wrote: > On Tue, Jan 18, 2000 at 11:47:27PM +1100, Bruce Evans wrote: > > On Tue, 18 Jan 2000, Ruslan Ermilov wrote: > > > How's that not a problem? The current Makefile.inc1 is written so, > that bootstrap-tools are built with: > > BMAKE=${BMAKEENV} ${MAKE} -f Makefile.inc1 -DNOMAN -DNOINFO -DNOHTML > ^^^^^^^^ > So, how inside the Makefile.inc1's bootstrap-tools: target I could know > whether the user requested NOINFO, or Makefile.inc1 itself? Oops. Makefile.inc1 always recurses to builds tools targets with -DNOINFO, and the tools targets are (should be) internal, so the patch is just an obfuscated way of removing texinfo from the list. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message