From owner-freebsd-questions Wed Feb 9 14:40:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by builder.freebsd.org (Postfix) with ESMTP id E77E842AB for ; Wed, 9 Feb 2000 14:40:55 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) id PAA14491; Wed, 9 Feb 2000 15:07:25 -0800 (PST) Date: Wed, 9 Feb 2000 15:07:25 -0800 From: Alfred Perlstein To: nathan Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: make stuff Message-ID: <20000209150725.K17536@fw.wintelcom.net> References: <38A1EC7C.C1B868C5@ksu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <38A1EC7C.C1B868C5@ksu.edu>; from beemern@ksu.edu on Wed, Feb 09, 2000 at 04:38:52PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * nathan [000209 15:03] wrote: > what does the compiler flag -DNOINFO do/not do in the following > implementation > > make -DNOINFO installworld > > even BETTER... how do i go about finding this out?? man make has > nothing see the top level makefiles in /usr/src : /usr/src % grep INFO * Makefile.inc1:# -DNOINFO do not make or install info files Makefile.inc1:BMAKE= ${BMAKEENV} ${MAKE} -f Makefile.inc1 -DNOMAN -DNOINFO -DNOHTML Makefile.inc1:XMAKE= ${XMAKEENV} ${MAKE} -f Makefile.inc1 -DNOMAN -DNOINFO -DNOHTML \ Makefile.inc1: cd ${.CURDIR}; ${WMAKE} -DNOHTML -DNOINFO -DNOMAN -DNOFSCHG libraries /usr/src % "-DNOINFO do not make or install info files" -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message